Skip to content

wishlist fails to install pnpmΒ #14337

@sellarsdev

Description

@sellarsdev

βœ… Have you read and understood the above guidelines?

yes

πŸ”Ž Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

πŸ“œ What is the name of the script you are using?

wishlist

πŸ“‚ What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wishlist.sh)"

βš™οΈ What settings are you using?

  • Default Settings
  • Advanced Settings

πŸ–₯️ Which Linux distribution are you using?

Debian 13

πŸ“ˆ Which Proxmox version are you on?

pve-manager/8.4.19/a68fb383814bb1e6 (running kernel: 6.8.12-17-pve)

πŸ“ Provide a clear and concise description of the issue.

Default and advanced install scripts fails during install

πŸ”„ Steps to reproduce the issue.

Just use the default install scripts

❌ Paste the full error output (if available).

1 package is looking for funding
run npm fund for details
βœ”οΈ Installed Node.js modules: pnpm
βœ”οΈ Deployed: wishlist (0.64.0)
⏳ Installing Wishlist[ERR_PNPM_UNSUPPORTED_ENGINE] Unsupported environment (bad pnpm and/or Node.js version)

Your pnpm version is incompatible with "/opt/wishlist".

Expected version: ^10
Got: 11.0.8

This is happening because the package's manifest has an engines.pnpm field specified.
To fix this issue, install the required pnpm version globally.

To install the latest version of pnpm, run "pnpm i -g pnpm".
To check your pnpm version, run "pnpm -v".
βœ–οΈ in line 33: exit code 1 (General error / Operation not permitted): while executing command pnpm install --frozen-lockfile

--- Last 20 lines of log ---
[2026-05-08 19:52:30] [INFO] Setting up Container OS
[2026-05-08 19:52:30] [OK] Set up Container OS
[2026-05-08 19:52:30] [OK] Network Connected: 192.168.0.122 fd82:cb25:b82:0:be24:11ff:fe44:79d6 2a02:810b:1980:cb00:be24:11ff:fe44:79d6
[2026-05-08 19:52:31] [OK] IPv4 Internet Connected
[2026-05-08 19:52:31] [OK] IPv6 Internet Connected
[2026-05-08 19:52:31] [OK] Git DNS: github.com:(βœ”οΈ ) raw.githubusercontent.com:(βœ”οΈ ) api.github.com:(βœ”οΈ ) git.community-scripts.org:(βœ”οΈ )
[2026-05-08 19:52:31] [INFO] Updating Container OS
[2026-05-08 19:52:47] [OK] Updated Container OS
[2026-05-08 19:52:48] [INFO] Installing dependencies
[2026-05-08 19:53:02] [OK] Installed dependencies
[2026-05-08 19:53:02] [INFO] Setup Node.js 24
[2026-05-08 19:53:23] [OK] Setup Node.js 24
[2026-05-08 19:53:23] [INFO] Installing pnpm@latest
[2026-05-08 19:53:24] [OK] Installed Node.js modules: pnpm
[2026-05-08 19:53:24] [INFO] Fetching GitHub release: wishlist (0.64.0)
[2026-05-08 19:53:26] [OK] Deployed: wishlist (0.64.0)
[2026-05-08 19:53:26] [INFO] Installing Wishlist
[2026-05-08 19:53:26] [ERROR] in line 33: exit code 1 (General error / Operation not permitted): while executing command pnpm install --frozen-lockfile

βœ–οΈ Installation failed in container 136 (exit code: 1)
πŸ“‹ Installation log: /tmp/wishlist-136-ece08fcd.log

Error: General error / Operation not permitted

πŸ–ΌοΈ Additional context (optional).

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions