Open michael-golden opened 1 year ago
Getting the same error here.
Is this still a problem? It appears to work for me (on the new 0.13.0
version at least).
Closing this as I cannot replicate and am unsure if it's still a problem. I'll reopen if someone still has problems.
I'm having the same problem. Things were working, but with no related changes AFAIK, building my project with tsc started throwing this error. I'm sure it's due to some change on my end, but I have no idea what. I'm not using libsql. I was able to install it as a dev dependency and that got things working again.
Did anyone figure this out? I'm having the same error
Update: There is a typo in the docs that has dire consequences:
This line should instead be import { DB } from '@/types/db'
, or wherever you save your .d.ts file generated by kysely-codegen.
This fixes the libsql error as well as several other errors I was starting to see.
Hi - I'd like to contribute to this repo - however, I'm unsure how to install the peer dependencies appropriately.
Cloning the repo from master, running pnpm install, then running
pnpm run build
yields a TSC error:Is there a contributor file I've overlooked? Can you advise on how to get the repo bulding/running locally?
Upvote & Fund