Whether you're a student or a professional, IDNLearn.com has answers for everyone. Our experts are ready to provide in-depth answers and practical solutions to any questions you may have.

How to install specific version of create-react-app so.

Sagot :

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