chrisdhanaraj
03/21/2021, 10:56 PMnpx prisma db seed --preview-feature
flags a "No seed file found."
This has worked in the past though - I have a prisma/seed.sh
file and I'm not quite sure what it's doing. Any tips on trying to debug this?chrisdhanaraj
03/21/2021, 11:03 PMRyan
03/22/2021, 6:46 AMprisma
folder. What version are you on currently of prisma
and @prisma/client
?chrisdhanaraj
03/22/2021, 6:12 PM"@prisma/client": "^2.19.0",
"prisma": "^2.19.0",
For both the versions there!Ryan
03/23/2021, 6:46 AMnode_modules
and install them again to check?