Global CSS cannot be imported from within node_modules.
mroutadi opened this issue · 1 comments
mroutadi commented
Hi, I tried to import react-time-picker to my project that i get this error:
error - ./node_modules/react-time-picker/dist/TimePicker.css
Global CSS cannot be imported from within node_modules
Read more: https://err.sh/next.js/css-npm
Location: node_modules\react-time-picker\dist\entry.js
wojtekmaj commented
Import React-Time-Picker without the styles (see README) and import styles manually yourself.