npm 使用安裝超時的解決辦法
在安裝vue的過程中,每每用到npm的時候都會超時,必須使用淘寶映象。
永久使用:
npm config set registry https://registry.npm.taobao.org
臨時使用:
npm install node-sass --registry=http://registry.npm.taobao.org
還有個常用命令,可以解決些奇怪的問題
npm cache clean --force
最後發現問題還沒有解決,有貼子說是npm版本的問題,嘗試降到了5還是不行,最後降到4.6.1,執行npm install正常完成。
npm -g i npm@4
另外還有其他的源:
npm ---- https://registry.npmjs.org/
cnpm --- http://r.cnpmjs.org/
taobao - http://registry.npm.taobao.org/
eu ----- http://registry.npmjs.eu/
au ----- http://registry.npmjs.org.au/
sl ----- http://npm.strongloop.com/
nj ----- https://registry.nodejitsu.com/
相關文章
- 關於npm install安裝報錯的解決辦法NPM
- npm install 安裝模組失敗了的簡單的解決辦法!!NPM
- anaconda的安裝和解除安裝及安裝完成後無法使用conda解決辦法
- nvm安裝後vscode不識別node、npm等問題的解決辦法VSCodeNPM
- puppeteer 安裝失敗的解決辦法
- npm install 失敗解決辦法NPM
- npm安裝時一直idealTree:npm: sill idealTree buildDeps解決方案NPMIdeaUI
- vs 擴充套件無法安裝的解決辦法套件
- 不能安裝react-redux的解決辦法ReactRedux
- python 安裝pandas失敗的解決辦法Python
- PhpCms安裝報錯怎麼辦?PHPCMS安裝使用常見問題解決辦法PHP
- 使用預設pypi源出現連線超時的解決辦法
- NPM run dev 失敗解決辦法NPMdev
- yum安裝軟體時,出現"No package XXX available"的解決辦法PackageAI
- pip安裝selenium超時解決方法
- LINUX 安裝python3 命令之後 python無法使用的解決辦法LinuxPython
- 安裝wsl錯誤的一種解決辦法
- npm安裝失敗解決方案NPM
- 安裝office後安裝visiso後提示缺失檔案的解決辦法
- 【python】pip安裝庫時出現Read timed out.解決辦法Python
- IDEA、Pycharm提示解除安裝失敗的解決辦法IdeaPyCharm
- npm install 安裝報錯解決方案NPM
- npm install安裝失敗解決方法NPM
- Nodejs的npm安裝模組時候報錯:npm ERR! Error: CERT_UNTRUSTED的解決方法NodeJSNPMErrorRust
- 個人關於mac npm操作下無法在當前資料夾下成功安裝包的解決辦法MacNPM
- npm報錯"A complete log of this run can be found in:"的解決辦法NPM
- Go Gin安裝解決國內go get 方式安裝超時Go
- Parallels Desktop安裝Win7無法啟用的解決辦法ParallelWin7
- ubuntu安裝向日葵後無法啟動的解決辦法Ubuntu
- Linux系統下無法解除安裝掛載的解決辦法Linux
- 使用pip安裝軟體selenium一直失敗解決辦法
- MYSQL++ 資料庫連線超時的解決辦法LTMySql資料庫
- python3.9安裝wordcloud出錯解決辦法PythonCloud
- Laravel 安裝 sail時ubuntu軟體源很慢或者connection failed 解決辦法LaravelAIUbuntu
- node-sass 安裝失敗的原因及解決辦法
- 安裝win10時無法進入bios怎麼辦_安裝win10無法進入bios的解決方法Win10iOS
- Laravel Mix - 執行 NPM install 報錯解決辦法LaravelNPM
- npm install realm --save失敗的問題與解決辦法NPM