Seems like this just got published 15 minutes ago so I guess I'm the first one seeing it.
core-js compat 3.4.6 tries to load ./src/data in helpers.js which is a file not published to NPM. I think it should be trying to load ./data instead, which is present in the dist.
Oops... Sorry. 10 minutes...
Issue was introduced here for reference: https://github.com/zloirock/core-js/commit/ec33d92fd293f8598d774424be49f46d4d1ff0d3#diff-2f5be9ba93f74ccd0b5583a510e92b15
@contra I'm also getting this issue, the package is broken here https://github.com/zloirock/core-js/blob/master/packages/core-js-compat/helpers.js#L3
Fixed, published.
@zloirock Thanks!
I believe the build failed... https://travis-ci.org/zloirock/core-js/builds/619741722
@joamag it's a fast fix only for the package since ./data is missed on CI.
The version is live on NPM if you query the API directly but the tarball isn't served via upgrade or install - seems to be a caching issue on their end, been waiting for over an hour and it still isn't showing up. It did just appear on the website though so at least something is moving.
Ref - https://github.com/npm/cli/issues/545
Please :+1: that issue.
The caching thing is hitting a lot of people, unfortunately :-/ I still get 3.4.6 from npm update although npm dist-tags reports that latest=3.4.7. There's a bunch of questions hitting stack-overflow from people using Vue, React, etc.
It's fixed now, I'm getting the latest version from npm. I'm in London fwiw.
Ditto, in Seattle
thanks for the update. searched for solution for 2h :D
Most helpful comment
Oops... Sorry. 10 minutes...