You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
Describe the bug
When trying to start yoga dev server I get the following error
yarn dev
yarn run v1.15.2
$ yoga dev
INFO Starting development server...
ERROR Could not a find a valid `prisma.client` at `.yoga/prisma-client`. Try running prisma deploy to generate the needed files.
To Reproduce
Steps to reproduce the behavior:
yarn create yoga
Start from scratch
db-yoga (Template with Prisma database support)
yarn prisma deploy
yarn dev
Expected behavior
Dev server should run
Versions (please complete the following information):
OS: OS X Mojave
yoga CLI: 0.0.20
The text was updated successfully, but these errors were encountered:
Maybe you weren't able to create .yoga/prisma-client/index.ts when you did yarn prisma deploy.
Do you receive the following message when you do yarn prisma deploy:
Saving Prisma Client (TypeScript) at ${yourCurrentDirectory}/.yoga/prisma-client/
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When trying to start yoga dev server I get the following error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dev server should run
Versions (please complete the following information):
yoga
CLI: 0.0.20The text was updated successfully, but these errors were encountered: