react-split-flap-display icon indicating copy to clipboard operation
react-split-flap-display copied to clipboard

Global CSS cannot be imported from within node_modules.

Open felipemaion opened this issue 1 year ago • 2 comments

While trying to use your package I've came across the following error: ⨯ ./node_modules/react-split-flap-display/dist/index.css Global CSS cannot be imported from within node_modules. Read more: https://nextjs.org/docs/messages/css-npm Location: node_modules/react-split-flap-display/dist/index.js

Import trace for requested module: ./node_modules/react-split-flap-display/dist/index.css ./node_modules/react-split-flap-display/dist/index.js

Is there any fix for this already? Any way I can overcome this?

felipemaion avatar Oct 28 '24 20:10 felipemaion

Hey @felipemaion sorry for the delay -- can you tell me what nextjs version you're using?

robonyong avatar Nov 09 '24 03:11 robonyong

Hey @robonyong thanks for replying. "next": "14.2.16", (node v18.20.4)

felipemaion avatar Nov 09 '24 07:11 felipemaion