下载node依赖包总是会出现问题
npm ERR! network request to https://registry.npm.taobao.orge/@vue%2fcli failed, reason: getaddrinfo ENOTFOUND registry.npm.taobao.orge原理:后台设置的proxy代理环境有问题,可能会有缓存
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犯错!network与网络连通性有关的问题。
npm犯错!网络在大多数情况下,你背后的代理或有坏的网络设置。
npm犯错!网络 npm犯错!网络如果你是一个代理,请确保 npm犯错!网络“代理”配置设置正确。
参见:'npm help config'
npm ERR! As of npm@5, the npm cache self-heals from corruption issues则使用强制清除缓存指令
npm ERR! by treating integrity mismatches as cache misses. As a result,
npm ERR! data extracted from the cache is guaranteed to be valid. If you
npm ERR! want to make sure
- 本文标题: npm 下载依赖项显示proxy代理错误network ‘proxy‘ config is set properly. See: ‘npm help config‘
- 文章分类:【VueJS】
- 非特殊说明,本文版权归【胡同里的砖头】个人博客 所有,转载请注明出处.