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
Thank you for this project – it has helped me a ton! I thought that since Yarn Classic is no longer actively maintained, Yarn Berry would be suitable for your modern development workflows.
Yarn Berry is the current active development of Yarn which provides blazing-fast package installation with flexibility and other perks. I would like to recommend switching to Yarn Berry (currently at version 4.6.0) to speed up package workflows. If there's no work ongoing to support this, I can send in a PR.
Once again, thanks for this project!
The text was updated successfully, but these errors were encountered:
gotnoklu
changed the title
Recommending Yarn Berry for package management
[Request]: Recommending Yarn Berry for package management
Jan 13, 2025
I'd also suggest removing the bootstrap script that runs in scripts/bootstrap in favour of running the bootstrap command (in package.json) manually. Since the bootstrap script modifies the yarn command, it is likely to break the thought process of developers familiar with running yarn only to install dependencies. 🙏
Installing the newer version of Yarn will replace the .yarnrc file with a new .yarnrc.yml file so it falls under any work that would be done to address this recommendation.
Thank you for this project – it has helped me a ton! I thought that since Yarn Classic is no longer actively maintained, Yarn Berry would be suitable for your modern development workflows.
Yarn Berry is the current active development of Yarn which provides blazing-fast package installation with flexibility and other perks. I would like to recommend switching to Yarn Berry (currently at version 4.6.0) to speed up package workflows. If there's no work ongoing to support this, I can send in a PR.
Once again, thanks for this project!
The text was updated successfully, but these errors were encountered: