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

Bundled packages don't match required versions #209

Closed
billyjanitsch opened this issue Apr 21, 2018 · 1 comment
Closed

Bundled packages don't match required versions #209

billyjanitsch opened this issue Apr 21, 2018 · 1 comment

Comments

@billyjanitsch
Copy link

Installing fsevents@1.2.0 yields the following warning:

npm WARN fsevents@1.2.0 had bundled packages that do not match the required version(s). They have been replaced with non-bundled versions.

This is was introduced in c5aec41, which bumped the version in package.json without also updating package-lock.json. Therefore, the version that was bundled (according to package-lock.json) does not match the dependency declared in package.json.

This can be fixed by regenerating package-lock.json.

@es128
Copy link
Contributor

es128 commented Apr 23, 2018

Should be resolved in v1.2.2

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