Answer the question
In order to leave comments, you need to log in
gulp how to solve error?
C:\Users\User\AppData\Roaming\npm\gulp -> C:\Users\User\AppData\Roaming\npm\node_modules\gulp\bin\gulp.js
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\gulp\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os ":"win32","arch":"x64"})
Answer the question
In order to leave comments, you need to log in
This is a warning, not an error. This is because fsevents is an optional dependency that is only used when running the project on macOS (the package provides access to Mac OS-X FSEvents").
And since you're running your project on Windows, fsevents is ignored as irrelevant.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question