Execute React App on Visual Studio Code CubeRun
Channel:
Subscribers:
569
Published on ● Video Link: https://www.youtube.com/watch?v=jjgHY39GpXc
In Terminal mode:
cd /folder/my-app/
npm update
npm install --force
npm audit fix --force
npm run start
may be you must use:
npm i react-scripts