Package Details: yarn-berry 4.5.3-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: username227
Last Packager: username227
Votes: 3
Popularity: 0.36
First Submitted: 2023-06-14 22:41 (UTC)
Last Updated: 2024-11-25 16:00 (UTC)

Required by (581)

Sources (1)

Latest Comments

juxuanu commented on 2024-05-21 17:06 (UTC)

This PKGBUILD does not package like upstream does.

I personally recommend to use something like https://mise.jdx.dev/: - install node for your user with mise use -g node - add the activation command to your shell script - corepack enable yarn

And keep it updated with mise up.

I'll orphan this package. Someone will pick it up, but I don't recommend using it.

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.