Fsevents: Unable to install plugins dependent on [email protected]

Created on 16 Aug 2018  路  7Comments  路  Source: fsevents/fsevents

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/elm-dev-env/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

Most helpful comment

npm i -f it's work for me

All 7 comments

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm i -f it's work for me

thanks a lot

thanks alot @eslambasher

I am having the same problem and npm i -f not working for me.
Screenshot shows the error for npm install
screenshot 66

And once again when i try npm install it shows(see next screenshot).
screenshot 67
I am new with git and npm, please help me out... Thanks in advance. @eslambasher

If use npm i -f, there will be a new warning

npm WARN using --force I sure hope you know what you are doing.

thanks, this solutions works for me.

Was this page helpful?
0 / 5 - 0 ratings