-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
✅ Have you read and understood the above guidelines?
Yes
📜 What is the name of the script you are using?
Jellyseerr
📂 What was the exact command used to execute the script?
update
⚙️ 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.
Jellyseerr fails to update, I have used the update script previously with no problem so unsure if it's a script problem, or a Jellyseerr problem.
Same error as #4233 except I'm trying to update, rather than install, and using the correct script as seen instead my /bin/update file (bash -c "$(curl -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyseerr.sh)")
I've also tried it with bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyseerr.sh)"
If I try and run npm install --frozen-lockfile manually, you get:
ERR_PNPM_NO_PKG_MANIFEST No package.json found in /root
🔄 Steps to reproduce the issue.
Update Jellyseerr using update script.
❌ Paste the full error output (if available).
remote: Enumerating objects: 961, done.
remote: Counting objects: 100% (556/556), done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 961 (delta 534), reused 547 (delta 530), pack-reused 405 (from 1)
Receiving objects: 100% (961/961), 352.78 KiB | 11.76 MiB/s, done.
Resolving deltas: 100% (673/673), completed with 178 local objects.
From https://github.com/Fallenbagel/jellyseerr
5663ac1a..fac45387 main -> origin/main
e5ab8475..70a28dd1 develop -> origin/develop
+ 21654614...a3feaba2 feat-dns-caching-manager -> origin/feat-dns-caching-manager (forced update)
* [new branch] fix-pending-media -> origin/fix-pending-media
* [new branch] fix-pgsql-timezone -> origin/fix-pgsql-timezone
* [new branch] fix-typeorm-update -> origin/fix-typeorm-update
* [new tag] preview-typeorm-fix -> preview-typeorm-fix
* [new tag] v2.5.2 -> v2.5.2
✖️ Updating pnpm from version 10.6.4 to ^9.0.0...
changed 1 package in 1s
1 package is looking for funding
run `npm fund` for details
npm notice
npm notice New major version of npm available! 10.9.2 -> 11.3.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.3.0
npm notice To update run: npm install -g [email protected]
npm notice
⠋ Updating Jellyseerr ERR_PNPM_UNSUPPORTED_ENGINE Unsupported environment (bad pnpm and/or Node.js version)
Your pnpm version is incompatible with "/opt/jellyseerr".
Expected version: ^9.0.0
Got: 10.6.4
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".
⠙ Updating Jellyseerr
[ERROR] in line 73: exit code 0: while executing command $STD pnpm install --frozen-lockfile
🖼️ Additional context (optional).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

