1// if changing the create-react-app script version does nothing then
2npx create-react-app
3
4//edit the package.json for react
5{
6 "react": "^16.0.0",
7 "react-dom": "^16.0.0",
8}
9
10// run in terminal in the project folder
11npm i
12
13// and it will work