error Command failed with exit code 1. when I try to run yarn

what you need to do is just simple:
follow these steps:

  1. rm -rf node_modules
  2. yarn cache clean
  3. yarn
  4. yarn start

Leave a Comment