ionic-cli icon indicating copy to clipboard operation
ionic-cli copied to clipboard

Supports Yarn v2 and Yarn v3

Open Losses opened this issue 3 years ago • 6 comments

This pull request enables user to use yarn berry (aka yarn v2 and yarn v3) as their package manager, and fixed #4483

Losses avatar Jul 19 '22 12:07 Losses

Can this please be merged? Very inconvenient having to patch things to get ionic working with berry

mklueh avatar Dec 12 '22 21:12 mklueh

Definitions need to be updated for the new pkgManager entry and a test app/instructions need to be added so this can be reviewed.

IT-MikeS avatar Apr 04 '23 18:04 IT-MikeS

Definitions need to be updated for the new pkgManager entry and a test app/instructions need to be added so this can be reviewed.

Sure, we can test if this works with the following steps:

  1. Create an empty ionic application with Yarn v1;
  2. Run the following command:
 yarn set version berry
  1. Try to build the application and see if any error emerges.

Losses avatar Apr 05 '23 03:04 Losses

Going to need much more detailed testing steps. include install instructions, build/pack instructions, what to expect before and after fix is applied, reproduction repo, etc. These exact commands/examples/reproductions will speed this along.

IT-MikeS avatar Apr 05 '23 14:04 IT-MikeS

Any progress on this... kinda crazy its taken this long

MarcusAngel avatar Jun 20 '23 05:06 MarcusAngel

Can we get some movement on this please. This is critical because the project I'm working on is a huge monorepo with yarn v3. Edit: I tested the code and it works by the way.

clicktodev avatar Aug 07 '23 15:08 clicktodev