npx create-react-app my-app 时 error An unexpected error occurred

error An unexpected error occurred: 

error An unexpected error occurred: "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz: connect ETIMEDOUT 104.16.19.35:443".
info If you think this is a bug, please open a bug report with the information provided in "C:\\Users\\zhangweixin\\Desktop\\repair-project\\my-app\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...

Aborting installation.
  yarnpkg add --exact react react-dom react-scripts cra-template --cwd C:\Users\zhangweixin\Desktop\repair-project\my-app has failed.
 

解决方案,参考其他方案删除yarn文件夹的思路

c盘全局搜索yarn 发现

C:\Users\zhangweixin\AppData\Roaming\npm\node_modules\yarn  删除 yarn 文件夹即可

当然我也删除了

C:\Users\zhangweixin\AppData\Roaming\npm-cache\yarn (可能不是这个影响)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章