Description
✅ Have you read and understood the above guidelines?
yes
📜 What is the name of the script you are using?
Jellyseer
📂 What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyseerr.sh)"
⚙️ What settings are you using?
- Default Settings
- Advanced Settings
🖥️ Which Linux distribution are you using?
Debian 12
📝 Provide a clear and concise description of the issue.
Whenever installing Jellyseer, it fails right after installing Node.js 22 and pnpm@^9.0.0.
Tried with both GitHub and Gitea links.
🔄 Steps to reproduce the issue.
- Run in PVE shell: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyseerr.sh)"
- Fails to install after Node.js 22 and pnpm@^9.0.0
❌ Paste the full error output (if available).
⚙️ Using Default Settings on node pve (🔍 Verbose)
🖥️ Operating System: debian
🌟 Version: 12
📦 Container Type: Unprivileged
💾 Disk Size: 8 GB
🧠 CPU Cores: 4
🛠️ RAM Size: 4096 MiB
🆔 Container ID: 113
🔍 Verbose Mode: Enabled
🚀 Creating a Jellyseerr LXC using the above default settings
✔️ Using local for Template Storage.
✔️ Using local-lvm for Container Storage.
✔️ LXC Template List Updated
✔️ LXC Template 'debian-12-standard_12.7-1_amd64.tar.zst' is ready to use.
✔️ LXC Container 113 was successfully created.
✔️ Started LXC Container
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 192.168.1.186
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ GitHub DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ )
(....)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'nodejs' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
removed 14 packages, and changed 67 packages in 3s
25 packages are looking for funding
run npm fund
for details
✔️ Setup Node.js 22
added 1 package in 847ms
1 package is looking for funding
run npm fund
for details
✔️ Installed Node.js modules: pnpm@^9.0.0
⏳ Installing Jellyseerr (Patience) ERR_PNPM_NO_PKG_MANIFEST No package.json found in /opt
[ERROR] in line 31: exit code 0: while executing command $STD pnpm install --frozen-lockfile
[ERROR] in line 1088: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?
🖼️ Additional context (optional).
No response