Skip to content

Getting Error: Package subpath './chatbot/chatbot' is not defined by "exports" in NestJs #2

Open
@ksilleroedicom

Description

@ksilleroedicom

I am using NestJS with node 20 importing the ChatbotClient with:
import { ChatbotClient } from '@zoom/rivet/chatbot/chatbot';
and getting Error:
Package subpath './chatbot/chatbot' is not defined by "exports"

I tried:
import { ChatbotClient } from '@zoom/rivet/chatbot';
but that also fails with
error TS2307: Cannot find module '@zoom/rivet/chatbot' or its corresponding type declarations.

Is this framework not ready to use it with NestJS or its something that I am missing?
Thanks.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions