-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix #713 #733
Fix #713 #733
Conversation
Updated AUTHORS & CHANGELOG
@antmdvs: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
I hope this gets merged soon. I'm stuck with these referenced issues 😔 |
It seems we're between a rock and a hard place here, because adding typings to dependencies makes it impossible to install Apollo Client for people who are behind a firewall and only have access to a restricted set of packages... I'm honestly not sure what the best solution is here. |
@poloagustin yeah, I think it would be a great idea to add a "troubleshoot" section to the README. Can you make a PR for that? 🙂 |
sure! 👍 |
So should we close this then? And just document the set of types people need to add? |
There are a lot of types to maintain. Could we have a seperate package, something like |
@tuurbo how do we publish |
@DxCx yeah, maybe that would be a workable solution for now! |
like this #772 ? |
Closing this now, since we merged #772. Let's see where it gets us. |
TODO:
Moved @types packages from devDependencies to dependencies per #713