fix(deps): update nest-graphql monorepo to v13 (major) #32898
Annotations
3 errors
|
test (orm)
Process completed with exit code 1.
|
|
tests/orm.test.ts > ORM Examples > orm/nest-graphql-sdl-first > 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/nest-graphql-sdl-first', durationMs: 1166.512561, 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/nest-graphql > 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/nest-graphql', durationMs: 4496.233203, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|