-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postinstall
problem with npx prisma db push
#285
Comments
It could be an issue in how we spawn the db for debugger in your node modules dir. See the postinstall script We are looking into a fix for you, thank you for reporting. |
@binary64 can you share your package.json file? You might not need data access installed |
I searched for "graphql-debugger" and get 2 hits:
|
Its |
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:However this is actually running
prisma generate
against my own schema, which is defined in my root package.json under theprisma
>schema
keys. And then I geterror: Environment variable not found: DATABASE_URL.
.If I do a
yarn why
I getBut I am not using the sqlite adapter, I'm sending to OpenTelemetery.
Many thanks for this
The text was updated successfully, but these errors were encountered: