Here's my remote repo, I made the project with 'create-react-app': https://github.com/mattfrancis888/project_2
Whenever I clone the project and try to launch it with npm start. It gives me:
'react-scripts' is not recognized as an internal or external command, operable program or batch file.'
Why is that? I tried:
doing 'npm i'
npm install react-scripts --save ('react-scripts' is not recognized as an internal or external command)
deleting and cloning the project again.
The project works in my other computer (the desktop where I made the remote repo)