Search Criteria
Package Details: yarn-berry 4.5.3-1
Package Actions
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) |
Dependencies (1)
Required by (581)
- actual-server (requires yarn)
- affine (requires yarn) (make)
- alan (requires yarn) (make)
- altus (requires yarn) (make)
- amethyst-player (requires yarn) (make)
- amethyst-player-git (requires yarn) (make)
- android-messages-desktop (requires yarn) (make)
- anki (requires yarn) (make)
- anki-qt5 (requires yarn) (make)
- anki-sync-server (requires yarn) (make)
- antique-penguin-launcher (requires yarn) (make)
- apmpkg (requires yarn) (optional)
- apple-music-electron-git (requires yarn) (make)
- aquaquill-git (requires yarn) (make)
- astrofox (requires yarn) (make)
- athens-git (requires yarn) (make)
- auryo (requires yarn) (make)
- autorecord-manager (requires yarn) (make)
- awakened-poe-trade-git (requires yarn) (make)
- awk-language-server (requires yarn) (make)
- Show 561 more...
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 yarnAnd 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/versionsCurrently all packages using
--frozen-lockfile
would have to append|| true
, or some other workaround if found, otherwise building the packages would error out:cyqsimon commented on 2023-07-31 06:33 (UTC)
I wonder why
extra/yarn
does not track this branch.