ambassify / react-avatar

Universal avatar makes it possible to fetch/generate an avatar based on the information you have about that user.
MIT License
643 stars 118 forks source link

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

Open ChadRidings opened 1 year ago

ChadRidings commented 1 year ago

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

TommyLeong commented 1 year ago

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