npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
Asked
Active
Viewed 1,453 times
-1
-
this might be a question if we edit the title. Check your package.json. Is there an entry under dependencies called vue-resource? – speciesUnknown Jan 21 '18 at 09:09
-
1It's optional dependency, ignore it. You can do `npm install --no-optional` to not see this warn anymore. – malcolm Jan 21 '18 at 09:56
-
thanks Your advice sounds right – fraidoon Jan 21 '18 at 11:29