-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npx prisma db seed is failing #220
Comments
1.cd daily-code This could solve your issue. I went in this above steps and it worked well for me. I don't know why the f!uck this "Module not found" issue occur every time when i i go with NPM, even it occurred for me while installing 100xdev.app (cms). |
I've followed the same steps. Not sure what the issue is. Have tried to reinstall the whole project but still the same issue. |
#196 this issue is discussed here as well. |
Then mostprobably you have the db seeded already. Nothing to worry |
Solution to this problem is to add docker database and seed it. local db is faster and neon is slower |
The database was already preeseeded. Found the data in the Tracks table. The |
Closing the issue as the it's resolved. |
Hey, I was setting up the daily-code project and everything worked well till the seeding step.
I've tried checking the
seed.ts
(what the error is showing), but don't seem to find any problem in that.Is someone else having similar issue?
The text was updated successfully, but these errors were encountered: