Install React With Old Version Of Node

[Solved] Install React With Old Version Of Node | Shell - Code Explorer | yomemimo.com
Question : install react with old version of node

Answered by : hansal

//using create-react-app with old version of nodejs and npm
npm uninstall -g create-react-app
npm install -g [email protected]
create-react-app my-app --scripts-version 3.1.1

Source : https://stackoverflow.com/questions/66749952/create-react-app-with-an-older-version-of-node | Last Update : Mon, 16 May 22

Answers related to install react with old version of node

Code Explorer Popular Question For Shell