javascript - npm install -g n error
怪我咯
怪我咯 2017-06-15 09:23:19
0
3
1028

In order to update nodejs install the n module, but the following error is reported. Why is this?

C:\Windows\System32>npm i -g n
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\node.exe" "C:\node_modules\npm\bin\npm-cli.js" "i" "-g"
n"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10
npm ERR! code EBADPLATFORM

npm ERR! notsup Unsupported platform for n@2.1.7: wanted {"os":"!win32","arch":
any"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS:    !win32
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   win32
npm ERR! notsup Actual Arch: x64

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Windows\System32\npm-debug.log
怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(3)
迷茫

You didn’t read the document carefully at first glance. The n module does not support Windows systems.
https://www.npmjs.com/package/n
Please read the content in brackets below the picture yourself.

学习ing

npm -install xxx -g // "xxx" represents the module you want to install

学霸

nGenerally refers to the module you want to download, such as jquery

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!