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

import/no-extraneous-dependencies does not support npm scoped packages #323

Closed
stipsan opened this issue May 9, 2016 · 1 comment
Closed

Comments

@stipsan
Copy link

stipsan commented May 9, 2016

My package.json contains a scoped package:

"@stipsan/express-history-api-fallback": "2.1.0"

And I import it like this:

import fallback from '@stipsan/express-history-api-fallback'

Yet I get this error:

@stipsan should be listed in the project's dependencies. Run npm i -S @stipsan to add it
@stipsan
Copy link
Author

stipsan commented May 9, 2016

duplicate of #316

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

No branches or pull requests

1 participant