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
相關文章
- 使用npm i報錯node-sass失敗問題解決NPM
- electron npm install 報錯解決方案NPM
- npm install失敗解決方法NPM
- npm install 安裝報錯解決方案NPM
- npm install 失敗解決辦法NPM
- npm install失敗解決辦法NPM
- npm install realm --save失敗的問題與解決辦法NPM
- 問題解決--npm install 安裝依賴一直失敗NPM
- npm install安裝失敗解決方法NPM
- npm install 報錯解決NPM
- npm安裝失敗解決方案NPM
- 關於npm install失敗的解決方法NPM
- 對於npm install失敗的解決方法:NPM
- 安裝npm報錯,安裝淘寶映象cnpm時出現問題及解決方案NPM
- 解決npm install 報錯,親測有效NPM
- 解決npm install報錯Tried to download(403)NPM
- 使用npm install報錯-4048 operation not permitted解決NPMMIT
- 解決npm 安裝部分依賴失敗問題總結NPM
- Laravel8 Npm-run-dev 失敗解決方案LaravelNPMdev
- npm內網安裝node-sass失敗解決方案NPM內網
- npm install 無響應解決方案NPM
- Laravel Mix - 執行 NPM install 報錯解決辦法LaravelNPM
- git clone失敗問題解決Git
- npm install 安裝模組失敗了的簡單的解決辦法!!NPM
- NPM run dev 失敗解決辦法NPMdev
- windows update更新失敗報錯解決方法Windows
- 關於npm install安裝報錯的解決辦法NPM
- hbase啟動失敗問題解決
- mongodb啟動失敗問題解決MongoDB
- npm install 使用過程出現的問題總結NPM
- gem install mysql遇到問題。解決方案MySql
- matplotlib中文報錯問題及解決方案
- flutter packages 開發實戰——釋出失敗問題解決FlutterPackage
- brew install mac安裝失敗的問題Mac
- 解決Nessus外掛更新失敗問題
- python用install失敗怎麼解決Python
- npm install報錯, npm ERR! code MODULE_NOT_FOUNDNPM
- npm 安裝 chromedriver 失敗的解決辦法NPMChrome