-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Added missing dependency 'core-js' #417
Conversation
This dependency is not used in the project. Maybe you need to remove |
I get this error too. |
@gentisaliu can you please check what your Node.js and npm versions are? $ node --version && npm --version |
|
Perhaps npm v2.x is not compatible with some of the packages referenced in the project. Can you update it to v3.x? $ npm install -g npm@latest
$ rm -rf node_modules
$ npm install |
Using Node 5/NPM 3 instead of 4/2 has solved the problem for me. |
Upon cloning the directory and running
npm install
andnpm start
you receive an error for a missing module:The issue is due to 'core-js' missing from package.json.