OneDev install script has unbound variable #1354

Closed
opened 2025-11-20 05:08:42 -05:00 by saavagebueno · 4 comments
Owner

Originally created by @jkdoug on GitHub (Jun 26, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

OneDev

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/onedev.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.

Attempted to run the above script, but it immediately exited with the error "/dev/fd/63: line 88: NODE_MODULE: unbound variable" after the initial title graphic was displayed.

🔄 Steps to reproduce the issue.

  1. Run script in Proxmox shell.

Paste the full error output (if available).

   ____             ____           
  / __ \____  ___  / __ \___ _   __
 / / / / __ \/ _ \/ / / / _ \ | / /
/ /_/ / / / /  __/ /_/ /  __/ |/ / 
\____/_/ /_/\___/_____/\___/|___/  
                                   
/dev/fd/63: line 88: NODE_MODULE: unbound variable
root@pve:~#

🖼️ Additional context (optional).

No response

Originally created by @jkdoug on GitHub (Jun 26, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? OneDev ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/onedev.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Attempted to run the above script, but it immediately exited with the error "/dev/fd/63: line 88: NODE_MODULE: unbound variable" after the initial title graphic was displayed. ### 🔄 Steps to reproduce the issue. 1. Run script in Proxmox shell. ### ❌ Paste the full error output (if available). ``` ____ ____ / __ \____ ___ / __ \___ _ __ / / / / __ \/ _ \/ / / / _ \ | / / / /_/ / / / / __/ /_/ / __/ |/ / \____/_/ /_/\___/_____/\___/|___/ /dev/fd/63: line 88: NODE_MODULE: unbound variable root@pve:~# ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:08:42 -05:00
Author
Owner

@fmatsos commented on GitHub (Jun 26, 2025):

Same when I do an update on my n8n instance:

/dev/fd/63: line 88: NODE_MODULE: unbound variable

Edit: Issue duplicated with #5494

@fmatsos commented on GitHub (Jun 26, 2025): Same when I do an `update` on my n8n instance: `/dev/fd/63: line 88: NODE_MODULE: unbound variable` Edit: Issue duplicated with #5494
Author
Owner

@iamklutch commented on GitHub (Jun 26, 2025):

Same with Uptime Kuma Install bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/uptimekuma.sh)":
/dev/fd/63: line 88: NODE_MODULE: unbound variable

@iamklutch commented on GitHub (Jun 26, 2025): Same with Uptime Kuma Install `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/uptimekuma.sh)"`: `/dev/fd/63: line 88: NODE_MODULE: unbound variable`
Author
Owner

@MickLesk commented on GitHub (Jun 26, 2025):

Fixed at quickfix, try again in 5-10min

@MickLesk commented on GitHub (Jun 26, 2025): Fixed at quickfix, try again in 5-10min
Author
Owner

@StefanoTesla commented on GitHub (Jun 26, 2025):

same in pihole and adguard, hope waiting 🤞🏻

edit:now is working

@StefanoTesla commented on GitHub (Jun 26, 2025): same in pihole and adguard, hope waiting 🤞🏻 edit:now is working
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1354