npm install報錯、失敗,出現network proxy問題解決方案
在做前端專案時,npm安裝一個外掛突然報錯
問題如下:
npm ERR! code ENOTFOUND
npm ERR! errno ENOTFOUND
npm ERR! network request to https://registry.npmjs.org/babel-plugin-import failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443
npm ERR! network This is a problem related to network connectivity.
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'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\xdu\AppData\Roaming\npm-cache\_logs\2020-03-18T13_41_41_721Z-debug.log
谷歌後解決方法是:
npm config set proxy false
npm cache verify
相關文章
- electron npm install 報錯解決方案NPM
- npm install 失敗解決辦法NPM
- 使用npm i報錯node-sass失敗問題解決NPM
- npm install realm --save失敗的問題與解決辦法NPM
- npm install 安裝報錯解決方案NPM
- 問題解決--npm install 安裝依賴一直失敗NPM
- npm install安裝失敗解決方法NPM
- npm install 報錯解決NPM
- npm install失敗NPM
- npm install 失敗NPM
- 關於npm install失敗的解決方法NPM
- npm安裝失敗解決方案NPM
- npm install 時出現的問題NPM
- npm install失敗的可能NPM
- 解決npm install 報錯,親測有效NPM
- 解決npm install報錯Tried to download(403)NPM
- 安裝npm報錯,安裝淘寶映象cnpm時出現問題及解決方案NPM
- npm install 時 node-sass 報錯問題NPM
- npm install 報錯NPM
- 解決npm 安裝部分依賴失敗問題總結NPM
- Laravel8 Npm-run-dev 失敗解決方案LaravelNPMdev
- Laravel Mix - 執行 NPM install 報錯解決辦法LaravelNPM
- npm內網安裝node-sass失敗解決方案NPM內網
- git clone失敗問題解決Git
- python用install失敗怎麼解決Python
- npm install 使用過程出現的問題總結NPM
- 求助!關於npm install 老是出現這個問題NPM
- npm install 安裝模組失敗了的簡單的解決辦法!!NPM
- 關於npm install安裝報錯的解決辦法NPM
- NPM run dev 失敗解決辦法NPMdev
- mongodb啟動失敗問題解決MongoDB
- hbase啟動失敗問題解決
- matplotlib中文報錯問題及解決方案
- Android studio virtual Device 啟動失敗時某個報錯解決方案Androiddev
- flutter packages 開發實戰——釋出失敗問題解決FlutterPackage
- 安裝Docker Desktop時出現報錯,WSL2 升級更新失敗(退出程式碼: 1603,錯誤程式碼: Wsl/CallMsi/Install/ERROR_INSTALL_FAILURE)解決辦法DockerErrorAI
- Emgu.CV.Runtime.Windows nuget 安裝失敗問題解決方案Windows
- window環境下npm install node-sass報錯的解決方法NPM