-
-
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?
documenso
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/documenso.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.
[ERROR] in line 88: exit code 0: while executing command $STD npm run build:web
/dev/fd/63: line 72: SPINNER_PID: unbound variable
root@prox2:~#
π Steps to reproduce the issue.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/documenso.sh)"
run the script , but build:web is broken
β Paste the full error output (if available).
Run npm audit for details.
β Όnpm error Missing script: "build:web"
npm error
npm error To see a list of scripts, run:
npm error npm run
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-05-03T15_53_01_568Z-debug-0.log
[ERROR] in line 88: exit code 0: while executing command $STD npm run build:web
/dev/fd/63: line 72: SPINNER_PID: unbound variable
root@prox2:~#
πΌοΈ Additional context (optional).
No response