npm install 安裝報錯解決辦法

2021-09-25 02:52:33 字數 313 閱讀 5801

【解決】安裝 chromedriver 即可

npm install chromedriver --chromedriver_cdnurl=

刪除npmrc檔案

【注意】不是nodejs安裝目錄npm模組下的那個npmrc檔案,而是在c:\users\下的.npmrc檔案

直接用命令清理

控制台輸入:npm cache clean --force

npm i -g [email protected]

報錯原因有很多,我只碰到這些,希望對你有所幫助!

輸入 npm install 報錯

錯誤資訊如下 npm warn deprecated browserslist 2.11.3 browserslist 2 could fail on reading browserslist 3.0 config used in other tools.npm err unexpected end...

npm install 報錯 python相關

設定啟動python的安裝位置,電腦多個python時適用 npm config set python c users administrator.windows build tools python27 python.exe node sass npm rebuild node sass 重構一下...

npm install 報錯解決方法

我相信很多人在執行npm install的時候都遇到各種各樣的問題,比如以下錯誤 error cb never called error this is an error with npm itself.please report this error at error 解決方法如下 一 首先要以管...