S
S
serioagka2019-01-21 13:40:40
Helpdesk
serioagka, 2019-01-21 13:40:40

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

1 answer(s)
S
Sergey Levchenko, 2019-01-21
@nuykon

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 question

Ask a Question

731 491 924 answers to any question