我想我的Windows 10操作系統,得益於node.js的命令提示,命令上更新節點:更新節點:我的操作系統不兼容
npm install -g n
,但它給了我這個錯誤:
C:\Windows\System32>npm install -g n npm ERR! Windows_NT 6.3.9600 npm ERR! argv "C:\Program Files (x86)\nodejs\\node.exe" "C:\Program Files (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "install" "-g" "n" npm ERR! node v0.12.2 npm ERR! npm v2.7.4 npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported npm ERR! notsup Not compatible with your operating system or architecture: [email protected] npm ERR! notsup Valid OS:
!win32 npm ERR! notsup Valid Arch: any npm ERR! notsup Actual OS:
win32 npm ERR! notsup Actual Arch: ia32npm ERR! Please include the following file with any support request: npm ERR! C:\Windows\System32\npm-debug.log
你知道會發生什麼嗎?
'NPM安裝-g n,其中該命令npm',你要更新NPM,而不是節點本身。不能更新通過NPM節點,你必須通過安裝程序或['nvm'(https://github.com/creationix/nvm)安裝不同版本。在Windows更新 –
簡單的方法是從nodejs.org下載的二進制文件,並通過雙擊安裝。 –