-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
core-js-compat@3.4.6 (latest version) is broken #713
Comments
It was fixed in |
Ah it seems this is fixed in 3.4.7 but can't find this version on npm yet |
@simllll NPM cache is taking an excruciatingly long time to update. |
Ref - npm/cli#545 |
Something must be wrong with npm. Their status page is all green but the package has been live for over 1 hour. Strangely enough
|
I manually edited my package and pacakge-lock files, specifying the exact version seems to fix this for now // edit, seems only valid on my local environment |
@esetnik same here. $ rm package-lock.json; npm install; npm ls core-js-compat
...
@mypackage@1.0.0
└─┬ ember-auto-import@1.5.3
└─┬ @babel/preset-env@7.7.4
└── core-js-compat@3.4.6 |
Caching? We had to dump @zloirock when I last checked, 3.4.6 has not been deprecated. That could help. |
And thanks so much for responding to this issue so quickly, @zloirock. We're still shaking out the caches here, but the re-release was super-fast. Nice work. |
Not sure if it was coincidence or a combination of me running npm cache clean --force / npm cache verify, but i finally got 3.4.7 to come down. |
@al-the-x deprecation can't help here. This version was unpublished but it seems it did not help for some users. |
Just chiming in to say @3.4.7 is finally working now for me as well. |
@elylucas "core-js-compat": {
"version": "3.4.7",
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.4.7.tgz",
"integrity": "sha512-57+mgz/P/xsGdjwQYkwtBZR3LuISaxD1dEwVDtbk8xJMqAmwqaxLOvnNT7kdJ7jYE/NjNptyzXi+IQFMi/2fCw==",
"requires": {
"browserslist": "^4.8.0",
"semver": "^6.3.0"
},
"dependencies": {
"semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
}
}
}, |
I went with olegstepura's solution and it worked. |
I guess "data" is missing? probably because src is not exported (haven't checked though). I've seen you just made some commits regarding this... just wanted to let you know that the current release has this issue.
Thanks a lot,
Best Regards
The text was updated successfully, but these errors were encountered: