When I tried to run npm install
, it gave me this error:
$ npm install npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for [email protected]: 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
The node version:
$node -v v8.10.0
I tried every thing, like:
npm cache clear npm cache verify npm i -g npm@latest
I even tried uninstalling and reinstalling Nodejs again but still get the same error.
You can fix this problem using one of three options: Change the permission to npm's default directory. Change npm's default directory to another directory. Install Node with a package manager that takes care of this for you.
I had the same issue, deleting my "package-lock.json" and re-running npm install
worked
Error is indicating that you are installing fsevents
module in other OS rather than Mac
fsevents
module only works for Mac Operting system
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With