-
Notifications
You must be signed in to change notification settings - Fork 65
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
nexus:dev reflection failed #1381
Comments
I've the same error and investigate deeper. but with |
It indicates something wrong with the TS building step. You have to go to your IDE and check for the error, I think I read somewhere, where you can have a LOG_LEVEL=trace when |
There is not more infos than my previous screen |
Hey @yovanoc, Run |
Here's my output. It seems that now |
I've got the same error Yarn list with args is deprecated so I used ✗ yarn why graphql
yarn why v1.22.4
[1/4] 🤔 Why do we have the module "graphql"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "[email protected]"
info Reasons this module exists
- "nexus" depends on it
- Hoisted from "nexus#graphql"
- Hoisted from "nexus#apollo-server-express#apollo-server-core#@types#graphql-upload#graphql"
info Disk size without dependencies: "3.11MB"
info Disk size with unique dependencies: "3.21MB"
info Disk size with transitive dependencies: "3.21MB"
info Number of shared dependencies: 1
✨ Done in 0.69s. npm list graphql
[email protected] /Users/pieter/Invisible/yggdrasil/services/vor
└─┬ [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ @types/[email protected]
│ └── [email protected] deduped
└── [email protected] |
Turns out that adding |
I'm trying to integrate nexus with next.js using the guide and the example repo but when I try to run
reflection
on a separate terminal window, it throws the following error:The text was updated successfully, but these errors were encountered: