0
我安裝陣營在我的本地環境, 當我運行波紋管命令:陣營安裝
「故宮安裝的WebPack的WebPack-DEV-服務器--save-dev的」
我得到很多的錯誤如下:
E:\xamp\htdocs\Reactjs>npm install webpack webpack-dev-server --save-dev
npm ERR! Windows_NT 10.0.15063
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "webpack" "webpack-dev-server" "--save-dev"
npm ERR! node v6.11.1
npm ERR! npm v3.10.10
npm ERR! Invalid protocol: null
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! E:\xamp\htdocs\Reactjs\npm-debug.log
任何人都可以幫助我嗎?
從查看日誌文件開始,查看有用的錯誤消息。 'npm ERR!無效的協議:null'是可疑的。 –
你可能會用windows操作系統殺死你的大腦:p要有平滑的開發經驗切換到Linux或MAC。 – Fawaz
僅供參考:我在windows上用react/npm/yarn/etc開發沒有問題,但我在Windows中使用Git bash命令行提示符。 –