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

In Angular 8, Stackblitz can't find core-js #9

Open
ukozdan opened this issue May 31, 2019 · 4 comments
Open

In Angular 8, Stackblitz can't find core-js #9

ukozdan opened this issue May 31, 2019 · 4 comments

Comments

@ukozdan
Copy link

ukozdan commented May 31, 2019

With all @angular packages updated to v8.0.0, Stackblitz can't find core-js (3.1.3), tries to install, claims success, but continues to not find core-js. Installing core-js 2.6.5 breaks Material Design 8.0.0.

@Splaktar
Copy link

Splaktar commented Oct 3, 2019

Angular generally needs core-js@2.6.9. Updating to latest (>=3) will cause issues, if you don't make manual changes to your polyfills to account for it.

@omostan
Copy link

omostan commented Feb 2, 2020

Thanks!
I just change the version in package.json to core-js@2.6.9

@Splaktar
Copy link

Btw, in the recent versions of Angular CLI, you don't need to specify core-js as the CLI will provide it itself.

@TLKG
Copy link

TLKG commented Aug 16, 2021

Btw, in the recent versions of Angular CLI, you don't need to specify core-js as the CLI will provide it itself.

Not quite, I still have to change it to core-js@2.6.9

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

4 participants