npm ERR code ERR_SOCKET_TIMEOUT npm ERR 报错报错
报错解决npm ERR! code ERR_SOCKET_TIMEOUTnpm ERR! errno ERR_SOCKET_TIMEOUTnpm ERR! network Invalid response body while trying to fetch https://registry.npmjs.org/node-releases: Socket timeoutnpm ERR! netwo
·
报错解决
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/node-releases: 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\rain\AppData\Local\npm-cache\_logs\2022-02-28T07_09_06_205Z-debug-0.log
今天在安装webpack包的时候发现他出现了下面的问题:
第一步操作
npm install webpack webpack-cli --global
报错之后在执行第二步
npm install rxjs
执行第三步操作
npm install webpack webpack-cli --global
npm run dev 成功啦
更多推荐
所有评论(0)