I use Visual Studio 2015 with gulp via npm.
I installed the package browser-sync
which relies on chokidar.fsevents
. As I understand this dependency is only needed on MacOSX so installation fails with this error:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.12
I understand this is only a warning and no error. But VS tells me that dependencies are not met:
What can I do?