npm install webpack报错if you are behind a proxy,please make sure that the proxy cinfig is setproperly
npm install webpack -g报错if you are behind a proxy,please make sure that the 'proxy' cinfig is set properly.
错误信息提示:若配置了代理,请确认代理被合理配置。因此去设置npm代理
执行npm config set proxy http://proxy.example.com:8080
参考...
原创
2020-03-05 15:48:19 ·
20912 阅读 ·
0 评论