我尝试过npm clear cache,但是每当我尝试运行npx create-react-app时,我都会得到以下错误(我有一个很好的互联网连接)。
npm ERR! code ERR_SOCKET_TIMEOUT
npm ERR! network 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'发布于 2022-05-22 11:42:36
问题是国家预防机制的版本,我正在使用。我使用过多种解决方案,但对我有效的解决方案是更新npm版本。
Windows操作系统
npm update -g 对于Mac
sudo npm install -g npmhttps://stackoverflow.com/questions/71307109
复制相似问题