npm安装因EBADPLATFORM而失败

时间:2019-06-16 17:57:59

标签: javascript node.js windows npm failed-installation

当我尝试在Windows上运行npm install时,出现此错误:

$ node -v
v8.10.0 

$ npm install
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

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Aroma\AppData\Roaming\npm-cache\_logs\2018-03- 
25T11_33_58_338Z-debug.log

0 个答案:

没有答案
相关问题