yarn install wont run on my project keeps telling me that it couldn't find the binary react-script start

364 Views Asked by At

my package.json the error i get all my scripts dont work it keeps throwing the same error everytime.

i have cloned the repo in a different location and reinstalled the dependencies but still yarn start wont run. what could be the problem?

1

There are 1 best solutions below

3
On

try running your project with this yarn run start or just add react-scripts with yarn using this command yarn add react-scripts because maybe react-scripts is not installed for some reason