遇到npm 像弱智一樣報錯怎么辦
read ECONNRESET
This is most likely not a problem with npm itselft
'proxy' config is set properly
這種情況一般是我們使用了ie代理服務器
在命令行下運行以下命令
npm config set proxy=http://10.69.4.40:808 ##根據你的實際情況修改ip和端口
大功告成!!
遇到npm 像弱智一樣報錯怎么辦
read ECONNRESET
This is most likely not a problem with npm itselft
'proxy' config is set properly
這種情況一般是我們使用了ie代理服務器
在命令行下運行以下命令
npm config set proxy=http://10.69.4.40:808 ##根據你的實際情況修改ip和端口
大功告成!!
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。