You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
We should recommend using yarn dedupe for yarn users.
@babel/* & @angular-devkit/build-angular both depend on browserslist with different version ranges but yet compatible.
Without running yarn dedupe, @babel/* & @angular-devkit/build-angular might end up using different browserslist version thus causing confusing errors (e.g. Unknown version 110 of chrome (While processing: "base$0$0")).
We have to run yarn dedupe to fix this.
We should recommend using
yarn dedupe
for yarn users.@babel/*
&@angular-devkit/build-angular
both depend onbrowserslist
with different version ranges but yet compatible.Without running
yarn dedupe
,@babel/*
&@angular-devkit/build-angular
might end up using differentbrowserslist
version thus causing confusing errors (e.g.Unknown version 110 of chrome (While processing: "base$0$0")
).We have to run
yarn dedupe
to fix this.Cf. angular/angular-cli#25165
Cf. angular/angular-cli#24837
The text was updated successfully, but these errors were encountered: