Q:

update create react app

npm install react-scripts@latest
0
//open terminal and run thsi code 
cd newreact
//where newreact is the old react app you created
//open package.json in text editor and change the version to latest
//open the same terminal gain and run this
npm install
1
npx create-react-app my-app
cd my-app
npm start
-3

New to Communities?

Join the community