please install required packages: 'drizzle-orm'
I'm getting the following error when I run
drizzle-kit push
. I don't think I changed anything and drizzle-orm
is definitely installed and working in my app.
Any ideas?7 Replies
what package manager are you using?
@willm Hi. Are you using a monorepo? Have you tried upgrading both Kit and ORM to latest?
I am using a monorepo. I’m using turborepo. I believe I tried upgrading both but I’m not positive. I’ll try later today when I’m on my laptop and I’ll let you know
We're aware of this kind of issue within monorepo setups
CC: @Andrii Sherman
is it a recent development? Everything was fine for the last week
copying the drizzle-orm folder from the app's
node_modules
to node_modules
in the root of the turborepo project worksIt's been a persistent issue, I believe it occurs after updating one or both packages
Have you tried deleting the
node_modules
folder(s), reinstalling the packages and see if that works?yeah I've tried this a few times. I can't get it to work without the workaround described above