【发布时间】:2022-02-21 10:53:43
【问题描述】:
我使用 npx create-react-app 来引导我的项目。安装过程崩溃:
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/@babel%2fhelper-compilation-targets: 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'
我用 Chrome 浏览器打开那个网址,它工作得很好:
我该如何解决这个问题?
【问题讨论】:
标签: sockets npm create-react-app