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
node_modules
Next.js does not allow importing global CSS from node_modules, which causes an error when using reactjs-qr-code-reader.
reactjs-qr-code-reader
Global CSS cannot be imported from within node_modules. Read more: https://nextjs.org/docs/messages/css-npm
Any additional information that might help diagnose the problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Description
Next.js does not allow importing global CSS from
node_modules
, which causes an error when usingreactjs-qr-code-reader
.Steps to Reproduce
reactjs-qr-code-reader
in a Next.js project.reactjs-qr-code-reader
in a component.Error Message
Global CSS cannot be imported from within node_modules.
Read more: https://nextjs.org/docs/messages/css-npm
What I've Tried
node_modules
.Environment
Additional Context
Any additional information that might help diagnose the problem.
The text was updated successfully, but these errors were encountered: