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
Missing 'graphql-tag' module in 2.0.0-beta.5 #1152
Comments
Pinging @evans as this bricks the release :) A temp workaround is to install the dependency directly e.g. |
Encountered the same exact problem. |
Same problem for me too |
Same problem. |
Same problem. |
Just add |
@sachinrajgire it does but I reckon the underlying missing package should be added by apollo-server. |
So @sachinrajgire, the correct would be the apollo-server contain this lib and I do not add it after hitting on an error for lack of adding dependencies. |
Sorry about that! 83c866e will be in the next release in a couple of hours |
Thanks @evans |
We just published 2.0.0-beta.9, which includes graphql-tag ad a dependency |
I believe I found an issue in the latest beta (2.0.0-beta.5).
How to reproduce
npm i
andnode index.js
.The text was updated successfully, but these errors were encountered: