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

Skipping optional dependency: fsevents: unsupported platform. wanted {arch: any} even though current is arch: x64? #10

Closed
ghost opened this issue Nov 16, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 16, 2017

No description provided.

@YasharF
Copy link

YasharF commented Jan 31, 2018

I think that is just a warning since fsevents is not required for your system. It has been known as a confusing warning due to the way npm handles the issue and is part of a series of discussions and PR to make related changes in npm. See npm/npm#17466 and the related items in that ticket.

@lahmatiy
Copy link
Member

lahmatiy commented Jan 31, 2018

@YasharF Thank you for clarification!

@sorezzz fsevents is not a direct dependency of csso-cli, but through chokidar (i.e. csso-cli -> chokidar -> (optional) fsevents).
You can eliminate an installation of optional deps (and such warnings as well) with --no-optional argument for npm install.

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

2 participants