I am trying to create a react app with the below steps:
- npm install -g create-react-app
- create-react-app my-app
- cd my-app
- npm start
And I get this error:
In error have suggestion to remove webpack dependency but i cant do that because in file package.json dun have that. Here my package.json
For additional information:
- i am using windows 10
- npm 6.4.1
- create-react-app version 2.0.3
- node v8.12.0