更新node.js遇到错误:npm ERR! notsup Unsupported platform for n@7.3.0: wanted {"os":"!win32","arch":"any"} (current: {"os":"win32","arch":"x64"})

错误截图:

PS D:\WEB前端\案例\vue_shop> npm install -g n        
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for n@7.3.0: 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! A complete log of this run can be found in:
npm ERR!     C:\Users\郑灿佳\AppData\Roaming\npm-cache\_logs\2021-07-14T05_58_50_168Z-debug.log

解决办法:

在npm命令npm install -g n后面添加 --force即可。

posted @ 2021-07-14 14:00  前端小白加油  阅读(4191)  评论(0)    收藏  举报