Can somebody help recommend how to use 'npx prisma db push'.
Everytime it shows the following error inspite of my several attempts of adding prisma.schema in my package.json file.
Thanks
4 Replies
Hi what does the package.json currenlty look like
What does your project directory look like? Do you have a prisma folder in the root and a schema.prisma file in that folder?
It looks like it’s trying to find your prisma.schema file but can’t find it
I think it’s fairly straightforward by specify the schema in your one liner cmd
I think the error pretty much says it