Package Details: vortex-git 1.16.0.beta.5.r134.gbdec40633-1

Git Clone URL: https://aur.archlinux.org/vortex-git.git (read-only, click to copy)
Package Base: vortex-git
Description: Nexus Mods' mod manager - native Linux build (Git Master)
Upstream URL: https://github.com/Nexus-Mods/Vortex
Licenses: GPL-3.0-or-later
Conflicts: vortex
Provides: vortex
Submitter: Tymon3310
Maintainer: Tymon3310
Last Packager: Tymon3310
Votes: 3
Popularity: 0.35
First Submitted: 2026-02-14 00:05 (UTC)
Last Updated: 2026-02-17 15:59 (UTC)

Latest Comments

dreieck commented on 2026-07-09 09:12 (UTC)

I get the following error in prepare():

==> Starting prepare()...
error This project's package.json defines "packageManager": "yarn@pnpm@11.10.0". However the current global version of Yarn is 1.22.22.

Presence of the "packageManager" field indicates that the project is meant to be used with Corepack, a tool included by default with all official Node.js distributions starting from 16.9 and 14.19.
Corepack must currently be enabled by running corepack enable in your terminal. For more information, check out https://yarnpkg.com/corepack.
==> ERROR: A failure occurred in prepare().

Regards and thanks for maintaining!

saghm commented on 2026-06-04 12:52 (UTC)

This does not seem to build properly for me with the current PKGBUILD; it seems like they've swapped to pnpm from yarn and require Node 24. Updating the PKGBUILD to pull in pnpm instead of yarn and replacing the yarn usage with pnpm and installing nodejs-lts-krypton made it further, but it seems like they've also changed some of the scripts because it complained about predist not existing:

[ERR_PNPM_NO_SCRIPT] Missing script: predist

Command "predist" not found. Did you mean "pnpm run preinstall"?

I imagine that someone motivated could get a bit further in investigating what the correct sequence of build invocations are with pnpm, but for now I'm tapped out.