Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dependencies - not installed error (npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents)

I am trying to get webpack to work in Visual Studio, but keep getting the Dependencies - not installed problem. I get this error in the output:

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

I've read this post and Scott Hanselman's solution in here. I.e. I have installed latest node (7.0.0) + npm (3.10.8) and set the Visual Studio to use my node installation (that is definietely used since I see this in output: "C:\Program Files\nodejs\npm.CMD" install).

So I followed it all, but the thing is: I still get this stupid not installed warning in Visual Studio. Am I doing something wrong or it was working in one of the versions, but not working anymore with latest node and nmp?

like image 630
Ilya Chernomordik Avatar asked Nov 06 '16 12:11

Ilya Chernomordik


1 Answers

It is a warning that **fseventsd**.

its not an error.

its a MAC OS Specified, running on windows or Linux show this warning,this the only reason it is showing this warning, you can skip it..

like image 133
Mark-VII Avatar answered Sep 30 '22 15:09

Mark-VII