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

Can't resolve 'core-js-pure' - 35 errors (/react-avatar/es/utils.js) #259

Open
ChadRidings opened this issue Aug 31, 2023 · 1 comment
Open

Comments

@ChadRidings
Copy link

Loaded with dependency errors ./node_modules/react-avatar/es/utils.js
All 35 errors coming from core-js-pure

@ChadRidings ChadRidings changed the title Can't resolve 'core-js-pure/ - 35 errors Can't resolve 'core-js-pure' - 35 errors (/react-avatar/es/utils.js) Aug 31, 2023
@TommyLeong
Copy link

TommyLeong commented Sep 28, 2023

I found 2 options to resolve this issue

Installing dependency to resolve

Faced the same issue complaining missing core-js-pure/stable. Fixed by installing npm install core-js-pure --save-dev

Upgrading npm version to resolve

I was having npm version 6.14.6, when i face the issue mentioned. I later try

  • removing the dependency
  • delete node_modules
  • upgrade node version to 8.19.4
  • reinstall and run project
  • it works !

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