我一直在試圖英索爾節點js和安裝的瀏覽器同步「CALL 「C: Program Files文件 \的NodeJS node.exe」 錯誤
C:\Users\Aly>npm install -g browser-sync
'CALL "C:\Program Files (x86)\nodejs\\node.exe" "C:\Program Files `(x86)\nodejs\\`
node_modules\npm\bin\npm-cli.js" prefix -g' is not recognized as an internal or external command,operable program or batch file.
即使我想知道我的節點JS的版本,同樣的錯誤出現,那麼
C:\Users\Aly>npm --version
'CALL "C:\Program Files (x86)\nodejs\\node.exe" "C:\Program Files `(x86)\nodejs\\`
node_modules\npm\bin\npm-cli.js" prefix -g' is not recognized as an internal or external command,operable program or batch file.
3.10.9
的Windows 10
非常感謝在前進後出的版本
你是如何安裝節點的? –
爲什麼在node.exe之前有\\?您必須錯誤地安裝了nodejs。 – m87
@ DanielA.White在這裏確切地這裏:http://blog.teamtreehouse.com/install-node-js-npm-windows 當我完成安裝節點js有一個錯誤「警告1909無法創建快捷方式node.js命令prompt.lnk「 –