Module not found: Error: Can't resolve '../styles' Compiled with problems Reactjs styles.css solved

preview_player
Показать описание
given line
import '../styles'

then we got the below error

Compiled with problems:

Module not found: Error: Can't resolve '../styles' in 'D:\Technursery\key\key\src\components'

In order to fix the above error we have to rewrite the import statement as follows

So we can fix Can't resolve '../styles' error
Рекомендации по теме
Комментарии
Автор

why I getting this error : ERROR in ./src/App.js 5:0-47
Module not found: Error: Can't resolve './components/Followers' i

RisRajraokumar