-
-
Notifications
You must be signed in to change notification settings - Fork 134
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 core-js/modules/es7.object.entries #103
Comments
@benwaffle is this showing up when using apollo-server by itself (and its bundled apollo-upload-server) or are you using this library directly? |
Assuming you're on apollo-upload-server 5.0.0, this should be present via the |
Babel recently had a big breaking change to the way Babel runtime works, and published it as a new prelease of the same major version as before ( |
I think you won't have the issue with |
Closing since the issue is fixed in the current release. |
@mike-marcacci i'm using apollo-server, not apollo-upload-server directly |
@benwaffle you're stuck, nothing you can do but wait for Apollo to update their |
Well, actually you can make sure your |
installing core-js manually fixes the issue |
Using yarn you can specify specific sub-dependency versions using the resolutions block in your ie:
|
thanks, but i'm using npm |
@jaydenseric Apollo likely won't be updating to the 6.0.0-alpha.1 release due to dropped support for Node 6.x. Is a 5.0.1 release with core-js an option? |
@jaydenseric Would you accept a PR for a (proposed) v5.0.1, branched off the I've staged what that would look like on a fork of this repository that I just made here: https://github.com/apollographql/apollo-upload-server/pull/1, and this seems to do the trick! (Though |
There are other, critical reasons to upgrade other than the recent dependency issue. People can crash your server process by sending a malformed request. Or a file too large, and other bugs fixed in the newest releases. |
Those are certainly compelling reasons to upgrade! |
using the latest version of apollo server
The text was updated successfully, but these errors were encountered: