Error: yarn start - error Command “start” not found
问题 I am trying to learn React and I am using a private repo to start with it. I run yarn start in the directory of the repo but I get the error message: yarn run v1.13.0 error Command "start" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. I have both node and yarn installed. For node: v10.15.0 node is /usr/local/bin/node For yarn: 1.13.0 yarn is /usr/local/bin/yarn I tried to reinstall both node and yarn but I get the same error message. moreover