prisma1-upgrade icon indicating copy to clipboard operation
prisma1-upgrade copied to clipboard

Error prisma.yml doesn't exist in

Open FrancescoSaverioZuppichini opened this issue 2 years ago • 3 comments

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?

janpio avatar Nov 25 '23 10:11 janpio

Does /Users/francescozuppichini/Documents/taxonomy-main/prisma/prisma.yml exist?

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?

janpio avatar Nov 26 '23 12:11 janpio