-
-
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
Cannot find module ./src/data #712
Comments
It's fixed in |
Installing this module says
@mikemak-es @zloirock has this been pushed? |
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. |
Is there a way to force update the package to 3.4.7? I get the same error @wilforlan got |
I can confirm this. I can't install version 3.4.7
I used
And still the same. A workaround could be only wait? |
Ref - npm/cli#545 |
I used npm i core-js-compat@3.4.7 --save to force update it |
This fixed it for me, thank you! |
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]
The text was updated successfully, but these errors were encountered: