Running Copilot coding agent #597
Annotations
5 errors
|
test/commands.test.ts:
packages/cli/src/commands/serve.ts#L3
Error: Cannot find package 'commander' imported from '/home/runner/work/spec/spec/packages/cli/src/commands/serve.ts'
❯ src/commands/serve.ts:3:1
❯ test/commands.test.ts:3:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
copilot
@objectstack/cli#build: command (/home/runner/work/spec/spec/packages/cli) /home/runner/work/_temp/ghcca-node/node/bin/pnpm run build exited (2)
|
|
test/plugin.test.ts:
packages/cli/src/commands/plugin.ts#L3
Error: Cannot find package 'commander' imported from '/home/runner/work/spec/spec/packages/cli/src/commands/plugin.ts'
❯ src/commands/plugin.ts:3:1
❯ test/plugin.test.ts:2:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
test/plugin-commands.test.ts:
packages/cli/test/plugin-commands.test.ts#L2
Error: Cannot find package 'commander' imported from '/home/runner/work/spec/spec/packages/cli/test/plugin-commands.test.ts'
❯ test/plugin-commands.test.ts:2:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
test/create.test.ts:
packages/cli/src/commands/create.ts#L3
Error: Cannot find package 'commander' imported from '/home/runner/work/spec/spec/packages/cli/src/commands/create.ts'
❯ src/commands/create.ts:3:1
❯ test/create.test.ts:2:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|