所以我尝试安装任何npm包或npm本身,但我一直收到此错误
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","
arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS: darwin
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: x64
我在Windows 7中。 我使用节点v8.9.4和npm v.5.6.0。我也安装了git。 我可以做些什么来调试我的npm。
我尝试了npm cache verify
和npm cache clean -f
但没有效果。
答案 0 :(得分:0)
您应该重新进行NodeJS安装,也许您在询问命令行时应该点击一些内容。