Replies: 2 comments 7 replies
-
Thanks for reporting. It looks like the issue is that @rivetkit/actor depends on @rivetkit/core as a peer dependency, but Yarn does not auto-install peer dependencies. Try running Next version will include core as a normal dependency instead of a peer dependency. |
Beta Was this translation helpful? Give feedback.
5 replies
-
@ergen35 Try v0.9.3 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello, thanks for your great work.
This is me trying out rivet actors and bumped on persistant issue. I'm unable to get type-safety in my project. VsCode does not recognize any export from the "@rivetkit/actor" package. I'm using the default HonoJs node project. Here are is my setup and files
[Code]

[package.json]

[tsconfig.json]

Beta Was this translation helpful? Give feedback.
All reactions