解决办法
步骤1
npm config get proxy
npm config get https-proxy
如果2个返回值不为null,请执行下面代码,重置为null。否则,直接执行步骤2。
npm config set proxy null
npm config set https-proxy null
步骤2
npm config set registry http://registry.npmjs.org/
步骤3
npm install -g npm --registry=https://registry.npm.taobao.org