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
Lots of missing package errors when running node dist/agent.js dev. This one for starters:
Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@livekit/rtc-node' imported from /Users/*****/Desktop/livekit/livekit-test/node_modules/.pnpm/@livekit[email protected]/node_modules/@livekit/agents/dist/job.js
Even when installing that, a new error happens:
import { Duration } from "@bufbuild/protobuf";
^^^^^^^^
SyntaxError: The requested module '@bufbuild/protobuf' does not provide an export named 'Duration'
Describe the bug
Lots of missing package errors when running
node dist/agent.js dev
. This one for starters:Even when installing that, a new error happens:
Server
I am following the quick start here:
https://docs.livekit.io/agents/quickstarts/s2s/
To Reproduce
Following the instructions on the page above:
lk app create --template multimodal-agent-node
cd livekit-test
pnpm install
pnpm build
node dist/agent.js dev
Expected behavior
I would not expect it to fail with errors!
The text was updated successfully, but these errors were encountered: