Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fsevents compatability warning on windows #1810

Closed
Sidewinder1138 opened this issue Sep 16, 2016 · 4 comments
Closed

fsevents compatability warning on windows #1810

Sidewinder1138 opened this issue Sep 16, 2016 · 4 comments

Comments

@Sidewinder1138
Copy link

When I install gulp 4.0 on Windows (npm install --save-dev #4.0) I get an npm warning:

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14

It's harmless, and gulp is working fine. However, I imagine there's a way to prevent this warning from showing up?

Using:
Windows 10
Node v6.4.0
NPM v3.10.3

@phated
Copy link
Member

phated commented Sep 16, 2016

There's no way to avoid that. fsevents is a native module that is an optional dependency and only works on OSX.

@phated phated closed this as completed Sep 16, 2016
@Sidewinder1138
Copy link
Author

Ok, my bad I guess this is really an npm issue: npm/npm#11632

@vikcon
Copy link

vikcon commented Sep 24, 2016

No workaround for it? I cannot just switch to MacOS for a gulp module. I am using it as additional dependency in Foundation by Zurb 6.2

Whole workflow has stopped because of this.

@phated
Copy link
Member

phated commented Sep 24, 2016

@vikcon incorrect, this is a warning for an optional dependency. It means nothing. Your process did not stop for this reason at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants