Open
Description
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