mise à jour node.js sous windows 7 64 bits

Comment mettre à jour node.js dans Windows 7 64-bit OS?

J'ai essayé le fameux :

npm cache clean -f
npm install -g n
n stable

Mais dans npm install -g n il a omis de donner le message d'erreur suivant:

C:\Windows\system32>npm install -g n
npm http GET https://registry.npmjs.org/n
npm http 304 https://registry.npmjs.org/n
npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your operating system or architecture: n@1.2
.9
npm ERR! notsup Valid OS:    !win32
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   win32
npm ERR! notsup Actual Arch: ia32

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program File
s (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "n"
npm ERR! cwd C:\Windows\system32
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code EBADPLATFORM
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     C:\Windows\system32\npm-debug.log
npm ERR! not ok code 0

S'il vous plaît suggérer une solution. Je soupçonne que cela pourrait être à cause de la version 64 bits de l'OS.

Merci et salutations.

InformationsquelleAutor Temp O'rary | 2014-07-18