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?
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?
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