Replies: 3 comments 10 replies
-
Did you figure this out? Same issue on brand new setup following their guide https://orm.drizzle.team/docs/get-started/postgresql-new |
Beta Was this translation helpful? Give feedback.
-
Same here. Happens quite periodically on my MacOS 15.6. |
Beta Was this translation helpful? Give feedback.
-
I can't speak for @neznayer's experience, but for me, killing all running node processes normally does solve the issue, which is much more convenient than restarting your machine completely. You can use this command to do so. pkill -f node |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I need some help. I’m building an application with Elysia and using Drizzle ORM. At the beginning, everything worked fine. However, when I updated my schema for a new feature and tried to generate a migration, it suddenly failed. I have no clue why.
Beta Was this translation helpful? Give feedback.
All reactions