1、异常报错过程:发包过程中,进行 npm login 时出现以下报错 2、报错原因:npm 的镜像源异常,且代理未进行设置
3、解决
npm config get proxy npm config get https-proxy npm config set registry https://registry.npmjs.org