drizzle-kit: Error: Cannot find module 'drizzle-orm/version'
Hi there, when I run the following command:
pnpx drizzle-kit generate:pg
, I get the following error and I am not sure why:
3 Replies
node -v
: Node.js v18.11.0
Also tried to run it as a custom script:
"generate": "pnpx drizzle-kit generate:pg"
with pnpm generate
, same issue unfortunately.It should be run in a scripts from package.json
Will update docs now
without pnpx
Ohh yes that does the trick!
Ah thank you so much, I appreciate it