:wave: Eyo! So I just updated to the newest versio...
# orm-help
c
👋 Eyo! So I just updated to the newest version of Prisma and I'm running into a scenario where
npx 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?
Ah interesting - I moved the files to the root folder and now it seems happy. Not sure when that changed
r
@chrisdhanaraj 👋 Works fine for me in the
prisma
folder. What version are you on currently of
prisma
and
@prisma/client
?
c
Copy code
"@prisma/client": "^2.19.0",
"prisma": "^2.19.0",
For both the versions there!
r
I’ve setup a sample repo and it works fine. Could you delete your
node_modules
and install them again to check?