drizzle-orm it was placed in the node-modules of that specific workspace, rather than the root. I think it was due to a conflict of the react peer dependency (why is an ORM even depending on React?) - I have an older verison of React already installed and located in the root node_modules.drizzle-kit as a dev dependency, it installed it in the root node_modules. Then when I run drizzle-kit generate:pg , it fails to resolve drizzle-orm/pg-core - probably related to the fact that that module is located in a workspace-local node_modules, but not sure.npm install drizzle-orm --workspace my-workspace and npm install --save-dev drizzle-kit --workspace my-workspace:npm exec --workspace my-workspace -- drizzle-kit generate:pg (or through an NPM script in /workspaces/my-workspace/package.json) results in a module resolution error: