395,751 views
24 votes
24 votes
How to install specific version of create-react-app so.

User Greenthunder
by
3.1k points

1 Answer

21 votes
21 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 Blake Yarbrough
by
3.3k points