npm install指令安裝東西時報network錯誤解決方案
報錯截圖:
報錯代碼:
npm ERR! code ERR_SOCKET_TIMEOUT
npm ERR! network Socket timeout
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
解決方案:
①進行代理設(shè)置為false,如下命令
npm config set proxy false
②npm緩存清理,如下命令文章來源:http://www.zghlxwxcb.cn/news/detail-655998.html
npm cache verify
③再次執(zhí)行npm install命令即可解決此問題文章來源地址http://www.zghlxwxcb.cn/news/detail-655998.html
到了這里,關(guān)于npm install指令安裝東西時報network錯誤解決方案的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!