fix(deps): update dependency dotenv to v17.3.1 #32893
Annotations
2 errors
|
test (orm)
Process completed with exit code 1.
|
|
tests/orm.test.ts > ORM Examples > orm/nextjs > 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', durationMs: 11545.209878, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|