Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Add yarn dedupe recommendation #230

Open
yjaaidi opened this issue Jun 14, 2023 · 0 comments
Open

Add yarn dedupe recommendation #230

yjaaidi opened this issue Jun 14, 2023 · 0 comments

Comments

@yjaaidi
Copy link

yjaaidi commented Jun 14, 2023

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.

Cf. angular/angular-cli#25165
Cf. angular/angular-cli#24837

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant