Skip to content
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

Cannot find module ./src/data #712

Closed
mikemak-es opened this issue Dec 2, 2019 · 8 comments
Closed

Cannot find module ./src/data #712

mikemak-es opened this issue Dec 2, 2019 · 8 comments

Comments

@mikemak-es
Copy link

mikemak-es commented Dec 2, 2019

Hello,

my rollup builds have suddenly started failing...

i get the attached screenshot, and when i look in the related node_modules folder i can see core-js-compat/helpers.js is trying to require a file/folder that does not exist. Can anyone help out?

I know there's a lot of info you may require... please let me know what you need - but i hope it's just a case of not requiring a file that doesn't exist.

[REDACTED]

@zloirock
Copy link
Owner

zloirock commented Dec 2, 2019

It's fixed in 3.4.7.

@zloirock zloirock closed this as completed Dec 2, 2019
@wilforlan
Copy link

Installing this module says

➜  loadbalancer-ff git:(master) ✗ npm i core-js@3.4.7
npm ERR! code ETARGET
npm ERR! notarget No matching version found for core-js@3.4.7
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:

@mikemak-es @zloirock has this been pushed?

@nicolo-ribaudo
Copy link
Contributor

nicolo-ribaudo commented Dec 2, 2019

Yes, it's on npm: https://www.npmjs.com/package/core-js-compat/v/3.4.7

Probably it's a proxy/cache between you and the registry which hasn't been updated yet.

@Ju66ernaut
Copy link

Is there a way to force update the package to 3.4.7? I get the same error @wilforlan got

@BlueSeph28
Copy link

BlueSeph28 commented Dec 2, 2019

I can confirm this. I can't install version 3.4.7

No matching version found for core-js-compat@3.4.7

I used

npm cache clean --force

And still the same. A workaround could be only wait?

@nicolo-ribaudo
Copy link
Contributor

Ref - npm/cli#545
Please 👍 that issue.

@roadstar93
Copy link

I used npm i core-js-compat@3.4.7 --save to force update it

@JoshuaCollis
Copy link

I used npm i core-js-compat@3.4.7 --save to force update it

This fixed it for me, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants