Package Details: headscale-ui 2025.08.23-1

Git Clone URL: https://aur.archlinux.org/headscale-ui.git (read-only, click to copy)
Package Base: headscale-ui
Description: A ReactJS-based progressive web application for Shlink
Upstream URL: https://github.com/gurucomputing/headscale-ui
Licenses: MIT
Submitter: VVL
Maintainer: VVL
Last Packager: VVL
Votes: 0
Popularity: 0.000000
First Submitted: 2025-05-29 06:50 (UTC)
Last Updated: 2025-08-25 11:42 (UTC)

Latest Comments

vcalv commented on 2025-08-31 01:27 (UTC) (edited on 2025-08-31 21:37 (UTC) by vcalv)

Error: Cannot find module @rollup/rollup-linux-x64-gnu. npm has a bug related to optional dependencies (https://github.com/npm/cli/issues/4828). Please try `npm i` again after removing both package-lock.json and node_modules directory.

For anyone having similar problems:


prepare() {
  cd "$pkgname-$pkgver"
  rm -rfv node_modules/ package-lock.json
}

Not the best "solution" but it works.