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

$ npm install -g n
npm ERR! notsup Unsupported platform for n@9.0.1: 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:

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

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

$ npm install -g n --force

作者 admin

百度广告效果展示