react-scripts: command not found

Firstly Delete package-lock.json file in your project folder.

And then install dependencies again by npm install. That should solve this issue.

Leave a Comment