You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like nextjs does not allow for node_modules to import css files. This appears to be because nextjs does not compile node_modules further.
./node_modules/react-day-picker/lib/style.css
Global CSS cannot be imported from within node_modules.
Read more: https://nextjs.org/docs/messages/css-npm
Location: node_modules/@purple/phoenix-components/dist/bundle.esm.js
It seems like nextjs does not allow for node_modules to import css files. This appears to be because nextjs does not compile node_modules further.
./node_modules/react-day-picker/lib/style.css
Global CSS cannot be imported from within node_modules.
Read more: https://nextjs.org/docs/messages/css-npm
Location: node_modules/@purple/phoenix-components/dist/bundle.esm.js
Here is a link to the issue with nextjs
vercel/next.js#19936
And a link to an FAQ in nextjs
https://nextjs.org/docs/messages/css-npm
The text was updated successfully, but these errors were encountered: