Package Details: yarn-berry 4.1.1-1

Git Clone URL: https://aur.archlinux.org/yarn-berry.git (read-only, click to copy)
Package Base: yarn-berry
Description: Fast, reliable, and secure dependency management - Active development trunk
Upstream URL: https://yarnpkg.com/
Keywords: node yarn yarnpkg
Licenses: BSD
Conflicts: yarn
Provides: yarn
Submitter: juxuanu
Maintainer: juxuanu
Last Packager: juxuanu
Votes: 2
Popularity: 0.004813
First Submitted: 2023-06-14 22:41 (UTC)
Last Updated: 2024-03-24 21:07 (UTC)

Required by (548)

Sources (1)

Latest Comments

cyqsimon commented on 2023-08-11 08:53 (UTC)

I consulted upstream on this after I posted my initial comment here: https://github.com/yarnpkg/berry/discussions/5629.

TLDR is that they recommend not to upgrade.

polyzen commented on 2023-08-11 06:38 (UTC) (edited on 2023-08-11 06:39 (UTC) by polyzen)

cyqsimon, no distro has gone past 1.x yet, but seems it might be backwards compatible now. At a time yarn install --frozen-lockfile didn't work at all. https://repology.org/project/yarn/versions

Currently all packages using --frozen-lockfile would have to append || true, or some other workaround if found, otherwise building the packages would error out:

➤ YN0028: │ The lockfile would have been modified by this install, which is explicitly forbidden.
➤ YN0000: └ Completed
➤ YN0000: Failed with errors in 9s 409ms

cyqsimon commented on 2023-07-31 06:33 (UTC)

I wonder why extra/yarn does not track this branch.