npm install 失敗
作業系統:win10
nodejs:v10.13.0
報錯資訊:
F:\relics_protection\protection_web>npm install
> node-sass@4.9.3 install F:\relics_protection\protection_web\node_modules\node-sass
> node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.9.3/win32-x64-64_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.9.3/win32-x64-64_binding.node":
ESOCKETTIMEDOUT
Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
解決辦法:
npm i cnpm -g --registry=http://registry.npm.taobao.org
cnpm i node-sass -g
上述辦法實測有效!
相關文章
- npm install失敗NPM
- npm install失敗的可能NPM
- npm install 失敗解決辦法NPM
- npm install安裝失敗解決方法NPM
- 關於npm install失敗的解決方法NPM
- npm install過程失敗的幾種處理方法NPM
- npm install realm --save失敗的問題與解決辦法NPM
- npm install報錯、失敗,出現network proxy問題解決方案NPM
- 問題解決--npm install 安裝依賴一直失敗NPM
- Linux下python pip install失敗LinuxPython
- npm install 安裝模組失敗了的簡單的解決辦法!!NPM
- 小程式構建 npm 失敗NPM
- python用install失敗怎麼解決Python
- npm安裝失敗解決方案NPM
- 使用pip install mysqlclient命令安裝mysqlclient失敗?MySqlclient
- NPM run dev 失敗解決辦法NPMdev
- npm太慢?腳手架下載模板失敗?NPM
- npm install -g 和npm install --save-dev的關係NPMdev
- npm install 報錯NPM
- Ubuntu22.4環境下npm下載gdal失敗UbuntuNPM
- Laravel8 Npm-run-dev 失敗解決方案LaravelNPMdev
- 一文了解npm install -g和npm install --save-dev的關係NPMdev
- npm install --legacy-peer-depsNPM
- npm install 常見錯誤NPM
- npm install 報錯解決NPM
- npm install報錯, npm ERR! code MODULE_NOT_FOUNDNPM
- yum install zlib-devel失敗:Failed connect to mirrorlist.centos.org:80devAICentOS
- Homestead Composer install 擴充套件 所有的 bin/*的都安裝失敗套件
- npm內網安裝node-sass失敗解決方案NPM內網
- npm install -save 和 -save-devNPMdev
- 使用npm i報錯node-sass失敗問題解決NPM
- 解決npm 安裝部分依賴失敗問題總結NPM
- npm install 老是裝不上東西NPM
- npm install 安裝外掛報錯NPM
- electron npm install 報錯解決方案NPM
- NPM INSTALL常見錯誤(windows篇)NPMWindows
- npm install 時出現的問題NPM
- idea 使用點選maven clean/install或maven其他命令失敗,顯示:亂碼IdeaMaven