i'm facing problem while start react project.
first i tried yarn start. shows this error
than i tried npm start. shows this error
what is this error??
node -v : v6.11.2
npm --v: 3.10.10
OS: ubuntu 16.04
i'm facing problem while start react project.
first i tried yarn start. shows this error
than i tried npm start. shows this error
what is this error??
node -v : v6.11.2
npm --v: 3.10.10
OS: ubuntu 16.04
okay I got it. all that problem is occurred due to my webpack. i solve it by:
npm run eject
npm install
npm --save --dev update
and i think npm run eject
is not required at all