Hi everyone, I have error "yarn run v1.3.2 error...
# prisma-whats-new
h
Hi everyone, I have error "yarn run v1.3.2 error Command "start" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command." when run command "yarn start" following https://github.com/graphcool-examples/react-graphql/blob/master/quickstart-with-apollo/README.md Please help me!
d
Are you trying to run 'yarn start' ?
So "start" command doesn't exist in "scripts" section of package.json. Please take a look inside that file.
h
Hi Dũng
Copy code
{
  "name": "quickstart-with-apollo",
  "version": "1.0.0",
  "description": "My Graphcool Service"
}
package.json default in their project
d
You should read this article. https://docs.npmjs.com/misc/scripts
👍 1
n
h
@nilan: thanks, I posted 😄