npm安装报错问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm安装报错问题相关的知识,希望对你有一定的参考价值。
解决方法:
1、执行:
npm config get proxy
npm config get https-proxy
如果返回值不为null,则继续执行:
npm config set proxy null
npm config set https-proxy null
2、执行:
npm config set registry http://registry.cnpmjs.org/
3、直接编辑c盘下的.npmrc文件,将registry的值修改为:
registry = http://registry.cnpmjs.org
以上是关于npm安装报错问题的主要内容,如果未能解决你的问题,请参考以下文章
MAC系统npm安装依赖,报错npm ERR! code ECONNREFUSED