简体   繁体   English

使用 npx create-react-app 创建反应应用程序时出错

[英]ERROR CREATING REACT APP WITH npx create-react-app

it won't let me install react because this error comes out i am trying to install react but i get this error message它不会让我安装反应,因为出现此错误我正在尝试安装反应,但我收到此错误消息

npm ERR! code ERR_SOCKET_TIMEOUT

npm ERR! errno ERR_SOCKET_TIMEOUT

npm ERR! network Invalid response body while trying to fetch https://registry.npmjs.org/html-webpack-plugin: Socket timeout

npm ERR! network This is a problem related to network connectivity.

npm ERR! network In most cases you are behind a proxy or have bad network settings.

npm ERR! network

npm ERR! network If you are behind a proxy, please make sure that the

npm ERR! network 'proxy' config is set properly.  See: 'npm help config'


npm ERR! A complete log of this run can be found in:

npm ERR!     C:\Users\Hector\AppData\Local\npm-cache\_logs\2022-02-08T01_35_21_593Z-debug-0.log


Aborting installation.
  npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.

I already tried clearing the cache我已经尝试清除缓存

Try npx create-react-app client .尝试npx create-react-app client The word client can be replaced with any word you would like to be the name of your folder.单词客户端可以替换为您希望作为文件夹名称的任何单词。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM