-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Prisma kysely not generating, Error: spawn prisma-kysely ENOENT #69
Comments
Huh this is interesting. This is likely related to #63. Might be related to you using Windows. I haven't done any testing on non-UNIX systems, and my assumption is that prisma-kysely is doing something wrong when it comes to paths. I'll fire up my Windows system soon and have a look. Thank you for reporting 🫡 |
Thanks, yes I am on Windows. |
@Muhammad-Arsalan31 what database provider are you using? MySql? |
Postgres |
I've had this happen to me a few times when the module wasn't actually installed correctly for whatever reason, removing prisma-kysely, remove node modules, install node modules, install prisma-kysely. This generally fixes it for me |
Hi, any updates on this issue? |
a global prisma-kysely install fixed this for me |
found a fix for this issue, |
Hi, I am having trouble generating types
this is my schema file I want to build both Prisma and Kysely types.
I am using Prisma 5 and prisma-kysely version 1.6
this is the error
what am I doing wrong?
The text was updated successfully, but these errors were encountered: