Skip to content

postinstall problem with npx prisma db push #285

@binary64

Description

@binary64

Hi,

I have @graphql-debugger/trace-schema installed in my project. But when I do yarn install I get this during the "Building fresh packages..." stage:

error /home/user/monorepo/node_modules/@graphql-debugger/data-access: Command failed.
Exit code: 1
Command: npx prisma generate && npx prisma db push
Arguments: 
Directory: /home/user/monorepo/node_modules/@graphql-debugger/data-access

However this is actually running prisma generate against my own schema, which is defined in my root package.json under the prisma > schema keys. And then I get error: Environment variable not found: DATABASE_URL..

If I do a yarn why I get

$ yarn why @graphql-debugger/data-access
yarn why v1.22.19
[1/4] Why do we have the module "@graphql-debugger/data-access"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
=> Found "@graphql-debugger/data-access@0.0.0-alpha.99"
info Reasons this module exists
   - "@graphql-debugger#trace-schema#@graphql-debugger#utils" depends on it
   - Hoisted from "@graphql-debugger#trace-schema#@graphql-debugger#utils#@graphql-debugger#data-access"
   - Hoisted from "graphql-debugger#@graphql-debugger#backend#@graphql-debugger#adapter-sqlite#@graphql-debugger#data-access"
info Disk size without dependencies: "114.06MB"
info Disk size with unique dependencies: "158.89MB"
info Disk size with transitive dependencies: "224.26MB"
info Number of shared dependencies: 104

But I am not using the sqlite adapter, I'm sending to OpenTelemetery.

Many thanks for this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions