Files
connectai/build_error.log
T

34 lines
1.3 KiB
Plaintext

X [ERROR] Could not resolve "@lmstudio/sdk"
src/lmstudio/client.ts:1:49:
1 │ import { LMStudioClient as SDKClient, LLM } from '@lmstudio/sdk';
╵ ~~~~~~~~~~~~~~~
You can mark the path "@lmstudio/sdk" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.
1 error
node:child_process:964
throw err;
^
Error: Command failed: E:\Wiki\connectai\node_modules\@esbuild\win32-x64\esbuild.exe src/extension.ts --bundle --platform=node --external:vscode --outfile=out/extension.js
at genericNodeError (node:internal/errors:985:15)
at wrappedFn (node:internal/errors:539:14)
at checkExecSyncError (node:child_process:925:11)
at Object.execFileSync (node:child_process:961:15)
at Object.<anonymous> (E:\Wiki\connectai\node_modules\esbuild\bin\esbuild:222:28)
at Module._compile (node:internal/modules/cjs/loader:1761:14)
at Object..js (node:internal/modules/cjs/loader:1893:10)
at Module.load (node:internal/modules/cjs/loader:1481:32)
at Module._load (node:internal/modules/cjs/loader:1300:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 704,
stdout: null,
stderr: null
}
Node.js v24.13.0