73.8k views
1 vote
How to install specific version of create-react-app so.

1 Answer

2 votes

Answer:

First, go to the package.json file and change the version of react, react-dom, and react-scripts to the desired version.

Next, clear the node_modules and the package-lock.json file.

Finally, hit:

npm install

User Toxaq
by
3.5k points