DEV Community

subhash-sam
subhash-sam

Posted on

React error

I installed create-react-app and started a mini project today .
so, i started by creating an react app using command npx create-react-app App , after few minute it is created . now, when i run command npm start then i got the error , plz help me to resolving this issue.

error is like this as following:

./src/index.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-4-1!./node_modules/postcss-loader/src??postcss!./src/index.css)
TypeError: Cannot read property 'prefix_exceptions' of undefined
at Array.map ()

Top comments (0)