:更新ノード:私のオペレーティングシステムと互換性がありません
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 install -g n npm'このコマンドでは、ノード自体ではなくnpmを更新しています。ノードをnpmで更新することはできません。インストーラまたは['nvm'](https://github.com/creationix/nvm)から別のバージョンをインストールする必要があります。 –
Windows上で簡単に更新するには、nodejs.orgからバイナリファイルをダウンロードし、ダブルクリックしてインストールします。 –