0

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?

  • Please add the code and error messages as text to your questions (instead of posting links to images). See https://meta.stackoverflow.com/questions/285551/why-should-i-not-upload-images-of-code-data-errors – Codo Dec 03 '22 at 10:30
  • Please provide enough code so others can better understand or reproduce the problem. – Community Dec 05 '22 at 14:42

1 Answers1

0

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

kuuhak-u
  • 311
  • 2
  • 12