Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dxphilo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
0
I am encountering several TypeScript errors when trying to build my project using pnpm. The errors seem to be related to the drizzle-orm package. Here is the relevant part of the output:
I have the following setup:
Node.js version: v20.x
TypeScript version: 4.x
drizzle-orm version: 0.38.2
pnpm version: 6.x Here is a snippet of my package.json:
The errors seem to imply missing or incorrectly implemented interfaces in drizzle-orm. I have tried updating and downgrading the package, but the issue persists.
What could be causing these TypeScript errors, and how can I resolve them?
Additional Context:
I am using PostgreSQL as my database.
The project builds fine without drizzle-orm.
Any help or guidance on how to fix these errors would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions