【JS】npm insatll 下载依赖总会卡住
npm insatll 下载依赖总会卡住
易函123发布于 今天 01:08
问题
npm ERR! code ENOTFOUNDnpm ERR! errno ENOTFOUND
npm ERR! network request to https://registry.npmjs.org/babel-plugin-import failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443
npm ERR! network This is a problem related to network connectivity.
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\xdu\AppData\Roaming\npm-cache\_logs\2020-03-18T13_41_41_721Z-debug.log
解决
把代理去掉
npm config set proxy null
npm insatll 下载依赖总会卡住
javascriptnpm
阅读 32发布于 今天 01:08
本作品系原创,采用《署名-非商业性使用-禁止演绎 4.0 国际》许可协议
易函123
我知道吹过的牛b,也会随青春一笑了之!!
1.1k 声望
4 粉丝
易函123
我知道吹过的牛b,也会随青春一笑了之!!
1.1k 声望
4 粉丝
宣传栏
目录
问题
npm ERR! code ENOTFOUNDnpm ERR! errno ENOTFOUND
npm ERR! network request to https://registry.npmjs.org/babel-plugin-import failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443
npm ERR! network This is a problem related to network connectivity.
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\xdu\AppData\Roaming\npm-cache\_logs\2020-03-18T13_41_41_721Z-debug.log
解决
把代理去掉
npm config set proxy null
npm insatll 下载依赖总会卡住
以上是 【JS】npm insatll 下载依赖总会卡住 的全部内容, 来源链接: www.h5w3.com/114490.html
得票时间