npm start
> demo@0.1.0 start
> react-scripts start
sh: 1: react-scripts: not found
After running npm start command my react project is not running and giving this error
i am using ubuntu 20.04
- node version 16^
- npm version 8^
npm start
> demo@0.1.0 start
> react-scripts start
sh: 1: react-scripts: not found
After running npm start command my react project is not running and giving this error
i am using ubuntu 20.04
You have to run npm install
first