We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
duplicate of #316
Sorry, something went wrong.
no-extraneous-dependencies
No branches or pull requests
My package.json contains a scoped package:
And I import it like this:
Yet I get this error:
The text was updated successfully, but these errors were encountered: