npm ERR! notsup Unsupported platform for [email protected]: wanted {“os“:“!win32“,“arch“:“any“} (current: {“os

node版本更新,需要安装一个 n 模块,但使用 npm install -g n会报错。

报错信息:

npm ERR! notsup Unsupported platform for n@9.0.1: wanted {“os“:“!win32“,“arch“:“any“} (current: {“os_第1张图片

原因:主要是因为n模块不适配windows系统

解决方法:后面加force强力安装

npm install -g n --force

 

你可能感兴趣的:(bug,npm,node.js,vue.js,bug)