Patchmon Installer Fails #2365

Open
opened 2025-11-20 05:28:04 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @keywal on GitHub (Nov 19, 2025).

Originally assigned to: @vhsdream on GitHub.

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?

Patchmon

📂 What was the exact command used to execute the script?

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.1.1

📝 Provide a clear and concise description of the issue.

Error thrown on new install or through the ‘update’ command on existing setup.

🔄 Steps to reproduce the issue.

Update in place
or
Install ‘New’

Paste the full error output (if available).

✔️ Setup PostgreSQL 17
Setup PostgreSQL DatabaseCREATE ROLE
CREATE DATABASE
ALTER ROLE
GRANT
✔️ Setup PostgreSQL Database
✔️ Deployed: PatchMon (1.3.6)

added 273 packages in 15s

up to date in 275ms
npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error https://github.com/npm/cli/issues
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-11-19T23_55_45_678Z-debug-0.log

[ERROR] in line 51: exit code 0: while executing command $STD npm install --include=dev --no-audit --no-fund --no-save --ignore-scripts
The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.

[ERROR] in line 1346: 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

Originally created by @keywal on GitHub (Nov 19, 2025). Originally assigned to: @vhsdream on GitHub. ### ✅ 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? Patchmon ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/patchmon.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.1.1 ### 📝 Provide a clear and concise description of the issue. Error thrown on new install or through the ‘update’ command on existing setup. ### 🔄 Steps to reproduce the issue. Update in place or Install ‘New’ ### ❌ Paste the full error output (if available). ✔️ Setup PostgreSQL 17 ⏳ Setup PostgreSQL DatabaseCREATE ROLE CREATE DATABASE ALTER ROLE GRANT ✔️ Setup PostgreSQL Database ✔️ Deployed: PatchMon (1.3.6) added 273 packages in 15s up to date in 275ms npm error Exit handler never called! npm error This is an error with npm itself. Please report this error at: npm error <https://github.com/npm/cli/issues> npm error A complete log of this run can be found in: /root/.npm/_logs/2025-11-19T23_55_45_678Z-debug-0.log [ERROR] in line 51: exit code 0: while executing command $STD npm install --include=dev --no-audit --no-fund --no-save --ignore-scripts The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output. [ERROR] in line 1346: 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_
saavagebueno added the questionbug labels 2025-11-20 05:28:04 -05:00
Author
Owner

@vhsdream commented on GitHub (Nov 19, 2025):

@keywal Can you provide your npm version in that LXC? - npm -v

And maybe share the log that the error is talking about so I can see what's up. I updated to 1.3.6 earlier today. But I appreciate you're on PVE 9.1 which might be part of the problem.

@vhsdream commented on GitHub (Nov 19, 2025): @keywal Can you provide your npm version in that LXC? - `npm -v` And maybe share the log that the error is talking about so I can see what's up. I updated to 1.3.6 earlier today. But I appreciate you're on PVE 9.1 which might be part of the problem.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2365