Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: is:issue error TS2307: Cannot find module '@gentrace/core/dist/models/pipelines-get200-response-pipelines-inner.js' #350

Open
heaversm opened this issue Feb 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@heaversm
Copy link

heaversm commented Feb 5, 2024

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

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 export declare 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 in type '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
@heaversm heaversm added the bug Something isn't working label Feb 5, 2024
@ghalebbadran
Copy link

any workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants