fix(deps): update dependency ai to v5.0.151 #33007
Annotations
4 errors
|
test (orm)
Process completed with exit code 1.
|
|
tests/orm.test.ts > ORM Examples > orm/solid-start > prisma setup:
tests/fixtures.ts#L49
ExecaError: Command failed with exit code 1: npx prisma db seed
❯ getFinalError node_modules/execa/lib/return/final-error.js:6:9
❯ makeError node_modules/execa/lib/return/result.js:108:16
❯ getAsyncResult node_modules/execa/lib/methods/main-async.js:168:4
❯ handlePromise node_modules/execa/lib/methods/main-async.js:151:17
❯ tests/fixtures.ts:49:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: npx prisma db seed', command: 'npx prisma db seed', escapedCommand: 'npx prisma db seed', cwd: '/home/runner/work/prisma-examples/prisma-examples/orm/solid-start', durationMs: 1649.865287, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|
|
tests/orm.test.ts > ORM Examples > orm/nextjs-trpc > prisma setup:
tests/fixtures.ts#L36
ExecaError: Command failed with exit code 1: npx prisma db push --accept-data-loss
❯ getFinalError node_modules/execa/lib/return/final-error.js:6:9
❯ makeError node_modules/execa/lib/return/result.js:108:16
❯ getAsyncResult node_modules/execa/lib/methods/main-async.js:168:4
❯ handlePromise node_modules/execa/lib/methods/main-async.js:151:17
❯ tests/fixtures.ts:36:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: npx prisma db push --accept-data-loss', command: 'npx prisma db push --accept-data-loss', escapedCommand: 'npx prisma db push --accept-data-loss', cwd: '/home/runner/work/prisma-examples/prisma-examples/orm/nextjs-trpc', durationMs: 11497.52781, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|
|
tests/orm.test.ts > ORM Examples > orm/ai-sdk-nextjs > prisma setup:
tests/fixtures.ts#L29
ExecaError: Command failed with exit code 1: npm install
❯ getFinalError node_modules/execa/lib/return/final-error.js:6:9
❯ makeError node_modules/execa/lib/return/result.js:108:16
❯ getAsyncResult node_modules/execa/lib/methods/main-async.js:168:4
❯ handlePromise node_modules/execa/lib/methods/main-async.js:151:17
❯ tests/fixtures.ts:29:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: npm install', command: 'npm install', escapedCommand: 'npm install', cwd: '/home/runner/work/prisma-examples/prisma-examples/orm/ai-sdk-nextjs', durationMs: 7745.135905, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|