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

core-js npm package could not be found in node_modules #192

Open
sukanyajoshi123 opened this issue Aug 13, 2018 · 1 comment
Open

core-js npm package could not be found in node_modules #192

sukanyajoshi123 opened this issue Aug 13, 2018 · 1 comment

Comments

@sukanyajoshi123
Copy link

sukanyajoshi123 commented Aug 13, 2018

meteor-client.js:5093 Uncaught Error: The core-js npm package could not be found in your node_modules
directory. Please run the following command to install it:

meteor npm install --save core-js

Can anybody have solution for this? It's an urgent requirement.

@theosp
Copy link

theosp commented Mar 25, 2019

Please note, core-js v3.x is not compatible anymore with meteor here: https://github.com/meteor/meteor/blob/3051150f2f5ae953f391802e73682fba613b3d46/packages/ecmascript-runtime-client/modern.js

You need to install v2.6.5.

I updated my package.json to:

"core-js": "~2.6.5"

All works after that.

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

2 participants