error with drizzle-kit `introspect:pg` and `push:pg` | vercel postgres
is there anything wrong with these?? because when I run
drizzle-kit introspect:pg
I'm getting an error Error: Cannot find module 'drizzle-orm/pg-core'
same error for drizzle-kit push:pg
. below is my schema file if it helps:
6 Replies
something was wrong with
pnpm
it worked with npm
Same issue with pnpm dlx something is off but didn't dig into
Happening with me too, did you find anything @Naeem / @DoggeSlapper ?
works fine with npx
Nope
I'm using pnpm as my primary package manager but instead of pnpx using npx is doing good with drizzle
So yeah we don't have any official fix but a dirty one
ah okay