[BUG]: Installing latest drizzle-kit and drizzle-orm results in version error #3578
Open
1 task done
Labels
bug
Something isn't working
Report hasn't been filed before.
What version of
drizzle-orm
are you using?0.36.3
What version of
drizzle-kit
are you using?0.28.1
Other packages
drizzle-zod@0.5.1, pg@8.13.1
Describe the Bug
I created a project with drizzle and postgresql according to the official documentation postgresql-new, and when I run
npx drizzle-kit push
, it prompts me to update drizzle-orm and exits with an error.However, when I update drizzle-orm to the latest version (drizzle-orm@0.36.3) available at the moment, I keep getting the same error message.
The version of drizzle-orm corresponding to drizzle-kit@0.28.1 does not seem to be drizzle-orm@0.36.3, which is the latest at the moment.
Can you tell me which version of drizzle-orm corresponds to drizzle-kit@0.28.1?
The text was updated successfully, but these errors were encountered: