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

[2.0.0] Missing dependencies fail on npm@2.x.x #604

Closed
moeriki opened this issue Oct 4, 2016 · 1 comment
Closed

[2.0.0] Missing dependencies fail on npm@2.x.x #604

moeriki opened this issue Oct 4, 2016 · 1 comment
Labels

Comments

@moeriki
Copy link

moeriki commented Oct 4, 2016

eslint-plugin-import seems to be missing a dependency on es6-set and object-assign.

This goes unnoticed in npm@3.x.x since they are included with eslint-module-utils, but fails on npm@2.x.x.

@jfmengels
Copy link
Collaborator

Thanks for noticing and reporting @moeriki, and sorry for the inconvenience.

I will try to take some time tonight to fix this (probably by using the native Set and Object.assign that are available from Node 4 onwards).

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

No branches or pull requests

2 participants