You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rivet/rivet-node/rivet-node-basic-example is 📦 v1.0.0 via v20.9.0 on ☁️ mheavers@gmail.com
❯ npm run build
> rivet-node_example@1.0.0 build
> tsc
node_modules/@ironclad/rivet-core/dist/types/plugins/gentrace/plugin.d.ts:4:87 - error TS2307: Cannot find module '@gentrace/core/dist/models/pipelines-get200-response-pipelines-inner.js' or its corresponding type declarations.
4 exportdeclare const getGentracePipelines: (gentraceApiKey: string) => Promise<import("@gentrace/core/dist/models/pipelines-get200-response-pipelines-inner.js").PipelinesGet200ResponsePipelinesInner[]>;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/rivet.ts:13:5 - error TS2353: Object literal may only specify known properties, and 'remoteDebugger' does not exist intype'RunGraphOptions'.
13 remoteDebugger: debuggerServer,
~~~~~~~~~~~~~~
Found 2 errors in 2 files.
Errors Files
1 node_modules/@ironclad/rivet-core/dist/types/plugins/gentrace/plugin.d.ts:4
1 src/rivet.ts:13
### Relevant screenshots
<img width="1610" alt="image" src="https://github.com/Ironclad/rivet/assets/520541/2fb34547-d266-4189-b632-cf1ec611c993">
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
A bug happened!
What was the expected functionality?
Rivet did not work as expected!
Describe your environment
MacOS, Node 14.0.0, etc.
Relevant log output
The text was updated successfully, but these errors were encountered: