-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
bug/2-confirmedBug has been reproduced and confirmed.Bug has been reproduced and confirmed.kind/bugA reported bug.A reported bug.
Milestone
Description
- Prisma version (
prisma -vornpx prisma -v):
prisma : 2.26.0
@prisma/client : 2.26.0
Current platform : debian-openssl-1.1.x
Query Engine : query-engine 9b816b3aa13cc270074f172f30d6eda8a8ce867d (at node_modules/@prisma/engines/query-engine-debian-openssl-1.1.x)
Migration Engine : migration-engine-cli 9b816b3aa13cc270074f172f30d6eda8a8ce867d (at node_modules/@prisma/engines/migration-engine-debian-openssl-1.1.x)
Introspection Engine : introspection-core 9b816b3aa13cc270074f172f30d6eda8a8ce867d (at node_modules/@prisma/engines/introspection-engine-debian-openssl-1.1.x)
Format Binary : prisma-fmt 9b816b3aa13cc270074f172f30d6eda8a8ce867d (at node_modules/@prisma/engines/prisma-fmt-debian-openssl-1.1.x)
Default Engines Hash : 9b816b3aa13cc270074f172f30d6eda8a8ce867d
Studio : 0.408.0
Preview Features : orderByRelation- Logs from Developer Tools Console or Command line, if any:
Unable to get DMMF from Prisma Client: AggregateError:
Error: Generator at /workspace/node_modules/prisma/build/utils/stub-generator.js could not start:
internal/modules/cjs/loader.js:883
throw err;
^
Error: Cannot find module '/workspace/node_modules/prisma/build/utils/stub-generator.js'
at internal/main/run_main_module.js:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
at Timeout._onTimeout (/workspace/node_modules/prisma/build/index.js:103184:22)
at next (/workspace/node_modules/prisma/build/index.js:16071:22)
at /workspace/node_modules/prisma/build/index.js:16084:13
at processTicksAndRejections (internal/process/task_queues.js:93:5)- Does the issue persist even after updating to the latest
prismaalpha? (npm i -D @prisma/cli@dev)
There is no error, but it installs 2.16 version, and there is warning in console to uninstall it and install prisma, which I already have installed.
There was no error and studio was working before last prisma update 2.26
Metadata
Metadata
Assignees
Labels
bug/2-confirmedBug has been reproduced and confirmed.Bug has been reproduced and confirmed.kind/bugA reported bug.A reported bug.