-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Error: Cannot create as TypeComposer the following value: Date. #24215
Comments
@rosanche more information would be nice. What is the build output? Where are you getting the error? How are you "launching" your website? What commands are you running? Do you have a repo we can check out? Also, next time, can you please use triple ticks to paste a block of code? It will format better (I've edited your description accordingly) cc @vladar @freiksenet for more information. |
@pvdz Thanks ! I just updated my post with the informations needed ! |
Hi @rosanche ! It is most likely a dependency (npm) issue. You still have multiple graphql instances somehow (not deduped by npm). Usually deleting package-lock.json and updating packages fix this kind of errors. It's weird that it didn't work for you. Can you try installing deps with Also, can you share a minimal reproduction? Maybe package.json with some default starter will be enough. |
This is a duplicate of #23062 (comment) |
Thanks @vladar ! I deleted my package-lock and use |
It didnt work for me :( |
Hi everyone !
I can't launch my website anymore after installing graphql, and graphql-yoga.
I am using the command
gatsby develop
Below is the error i get :
I update my graphql dependencies at the same level :
Gatsby :
I already tried to delete my node_modules and package-lock.json then to run npm install again but it didn't work...
Does anyone have an idea what it could be?
The text was updated successfully, but these errors were encountered: