drizzle-team / drizzle-team/drizzle-orm
[BUG]: "Please install latest version of drizzle-orm"
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### What version of `drizzle-orm` are you using?
?
### What version of `drizzle-kit` are you using?
?
### Describe the Bug
From drizzle-kit-mirror: https://github.com/drizzle-team/drizzle-kit-mirror/issues/406.
> Hello, I can't make the current drizzle-kit version work with my setup. No matter what command I try I am getting this error:
>
> I am suspecting that npm workspaces might interfere here. When I installed both packages (kit and orm) in one of the workspaces (called backend) with the commands:
>
> ```shell
> npm i -w backend drizzle-orm@latest
> npm i -w backend -D drizzle-kit@latest
> ```
>
> `drizzle-kit` is located in the `node_modules` directory in the project root and `drizzle-orm` is located in the backend-workspaces `node_modules`.
>
> Heres what my sub-packages package.json entries look like: `"drizzle-orm": "^0.30.10"`
>
> and under devDependencies: `"drizzle-kit": "^0.21.1"`
### Expected behavior
_No response_
### Environment & setup
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.