react-apollo icon indicating copy to clipboard operation
react-apollo copied to clipboard

Couldn’t find `prisma.yml` file. Are you in the right directory?

Open arnaugomez opened this issue 4 years ago • 1 comments

I am following the initial steps to clone this project and get it up and running, as described in the README. I am inside directory react-apollo/server. I run prisma depoloy. I get the following error message:

 ▸    Couldn’t find `prisma.yml` file. Are you in the right directory?

What should I do?

arnaugomez avatar Dec 15 '20 09:12 arnaugomez

Seems the prisma setup was updated to the v2 flow in this commit but I don't think the docs reflected the change.

Skipping to Step 3 seems to work and get everything up and running for me.

rileym11 avatar Jan 11 '21 20:01 rileym11