利用npm install cnpm 报错 E400

1、执行:

npm config get proxy
npm config get https-proxy

2.如果返回值不为null,继续执行:

npm config set proxy null
npm config set https-proxy null

3、执行:

npm config set registry http://registry.cnpmjs.org/

参考文章:
https://blog.csdn.net/weng423811758/article/details/51537594?t=1497063589950

你可能感兴趣的:(利用npm install cnpm 报错 E400)