Please update the pnpm package

Problems with packages? Post here, using [tags] of the package name.

Please update the pnpm package

Postby darksky » Fri Mar 28, 2025 3:26 pm

The pnpm package has not been updated in 2 years. Please update it 8.7.0-1 --> 10.7.0-1 like on the x86 side. It is needed to build the latest signal-desktop.
darksky
 
Posts: 46
Joined: Thu Oct 15, 2020 5:57 pm

Re: Please update the pnpm package

Postby mkurz » Sat Mar 29, 2025 7:58 pm

Hi,

I did installmake_clickable_callback(MAGIC_URL_FULL, ' ', 'https://aur.archlinux.org/packages/signal-desktop-beta', '', ' class="postlink"') and had the same problem.

What I do in general is, I have a dummy-packages package, where I do put things that I install in other ways than with pacman. E.g. I do install java with sdkman or nodejs with nvm.

Now what I did is I installed pnpm with npm:
npm install -g pnpm

And in my dummy package PKGBUILD I just added pnpm to let pacman know it is installed already:

```
pkgname='dummy-packages'
pkgver=0.1
pkgrel=1
arch=(any)
provides=(
'pnpm' # installed via `npm install -g pnpm`
# I do have some other packages here... like nodejs which I install via nvm
)
```

Just run `makepkg -sic` to install this fake dummy package.
Now you will be able to install signal.
mkurz
 
Posts: 11
Joined: Sat Nov 09, 2024 9:00 am


Return to Packages

Who is online

Users browsing this forum: No registered users and 9 guests