-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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