Global CSS cannot be imported from within node_modules.
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?
Hey @felipemaion sorry for the delay -- can you tell me what nextjs version you're using?
Hey @robonyong thanks for replying. "next": "14.2.16", (node v18.20.4)