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

Global CSS cannot be imported from within node_modules. #10395

Closed
vignesh-cloud-prog opened this issue Aug 21, 2021 · 1 comment
Closed

Global CSS cannot be imported from within node_modules. #10395

vignesh-cloud-prog opened this issue Aug 21, 2021 · 1 comment
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@vignesh-cloud-prog
Copy link

I got the following errors while working with the next js

(node:14624) [DEP_WEBPACK_MODULE_ISSUER] DeprecationWarning: Module.issuer: Use new ModuleGraph API
(Use node --trace-deprecation ... to show where the warning was created)
error - ./node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
Global CSS cannot be imported from within node_modules.
Read more: https://nextjs.org/docs/messages/css-npm
Location: node_modules@ckeditor\ckeditor5-clipboard\src\dragdrop.js

@vignesh-cloud-prog vignesh-cloud-prog added the type:bug This issue reports a buggy (incorrect) behavior. label Aug 21, 2021
@FilipTokarski
Copy link
Member

Hi, please note that currently we don't have full support for Next.js. There's a feature request for this, so you can check the discussion there - there are some solutions proposed to the problem you mentioned.

For the time being, I'll close this ticket as a duplicate.

@FilipTokarski FilipTokarski added the resolution:duplicate This issue is a duplicate of another issue and was merged into it. label Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

2 participants