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
After last update I'm getting the following error when building
Step 9/23 : RUN pnpm build
---> Running in b782a7fbad46
>[email protected] build /app
> tsc
node_modules/@livekit/protocol/dist/index.d.mts(11473,1): error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.
ELIFECYCLE Command failed with exit code 2.
Cleaning up...
- No resources found
build [voice-assistants] failed: docker build failure: The command'/bin/sh -c pnpm build' returned a non-zero code: 2. Please fix the Dockerfile and try again..
After last update I'm getting the following error when building
my package.json deps
The error origin is at node_modules/@livekit/protocol/dist/index.d.mts(11473,1), as present in log.
Specifically in the index.d.mts file (line 11473)
should be
or may could be also removed, since the file
index.cjs
at line 6011 there are also a version constantwhich is exported at line 6260
The text was updated successfully, but these errors were encountered: