Property 'Prisma' does not exist on type 'typeof import()'; opengb dev
I am trying to init a new project via OpenGB CLI, started it with
opengb init rivet, next added the friends module via opengb module add friends. After this I ran the opengb dev cmd and ran into the following tracebacks in the image.
OS: Mac Sonoma 14.4.1
Deno Version: 1.43.4
TypeScript Version: 5.4.5
12 Replies
hmm i could've swore i just fixed this
can you try:
Yeah 1 min
Running

ah crap that's https://github.com/rivet-gg/opengb-registry/issues/90
GitHub
uploads module should function with default config · Issue #90 · ...Motivation Users should not be required to connect S3 to run a dev cluster. Users depends on the uploads module, but it may not be configured. Implementation Throw a runtime error if s3 is not conf...
https://github.com/rivet-gg/opengb-registry/blob/04-24-feat_users_update_users_config_to_use_uploadsize_from_uploads/tests/basic/backend.yaml try copying the upload & users config from here
GitHub
opengb-registry/tests/basic/backend.yaml at 04-24-feat_users_update...
Official registry for OpenGB modules. Contribute to rivet-gg/opengb-registry development by creating an account on GitHub.
bcakend.yaml looks like this now

don't copy the registries part 🙂
alright clean worked lol
will fix the config soon thx