g787543/infinite-react-carousel

Global CSS cannot be imported from within node_modules

Kanonor12 opened this issue · 1 comments

Error message I am getting Global CSS cannot be imported from within node_modules.

"dependencies": {
"@next/font": "13.1.1",
"eslint-config-next": "13.1.1",
"infinite-react-carousel": "^1.2.11",
"next": "^13.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1"
},

I have tried to downgrade the package I am still getting the same error message.

Please suggestion a solution or a walkaround

Facing the same error. I think the only way around is to use another package, as Nextjs mandates not importing global CSS within node-modules