prisma1-upgrade
prisma1-upgrade copied to clipboard
Error prisma.yml doesn't exist in
I am updating from prisma 1 to 2 but I got this error
npx prisma-upgrade
Error prisma.yml doesn't exist in "/Users/francescozuppichini/Documents/taxonomy-main/prisma/prisma.yml". Run `prisma-upgrade -h` for more details.
Thanks a lot
Does /Users/francescozuppichini/Documents/taxonomy-main/prisma/prisma.yml exist?
Does
/Users/francescozuppichini/Documents/taxonomy-main/prisma/prisma.ymlexist?
No, but maybe I am already using prisma v2 hahah - is there a way I can check if the layer is the rust one? I received an error in vscode saying I might still using the graphql one
What version of prisma, @prisma/cli or @prisma/client are you using in your package.json of your project?