react-apollo
react-apollo copied to clipboard
Couldn’t find `prisma.yml` file. Are you in the right directory?
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?
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.