โ
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?
excalidash
๐ What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/excalidash.sh)"
โ๏ธ What settings are you using?
๐ฅ๏ธ Which Linux distribution are you using?
Debian 13
๐งฑ Is this Proxmox host running arm64?
No
๐ Which Proxmox version are you on?
9.2.11
๐ Provide a clear and concise description of the issue.
When running "update" with the goal of upgrading excalidash from 0.5.1 to version 0.6.0 , the process fails and leaves the LXC in a non-operational state.
๐ Steps to reproduce the issue.
Run the update command as described above.
โ Paste the full error output (if available).
<.... slew of files not found......>
find: โ/opt/excalidash/frontend/node_modules/detect-node-esโ: No such file or directory
find: โ/opt/excalidash/frontend/node_modules/bidi-jsโ: No such file or directory
find: โ/opt/excalidash/frontend/node_modules/is-extglobโ: No such file or directory
find: โ/opt/excalidash/frontend/node_modules/png-chunk-textโ: No such file or directory
find: โ/opt/excalidash/frontend/node_modules/min-indentโ: No such file or directory
find: โ/opt/excalidash/frontend/node_modules/postcss-jsโ: No such file or directory
find: โ/opt/excalidash/frontend/distโ: No such file or directory
find: โ/opt/excalidash/frontend/scriptsโ: No such file or directory
โ๏ธ Deployed: excalidash (0.6.0)
โ๏ธ Configured Database Provider
added 350 packages, and audited 351 packages in 2m
67 packages are looking for funding
run npm fund for details
found 0 vulnerabilities
npm notice
npm notice New major version of npm available! 10.8.2 -> 12.0.2
npm notice Changelog: https://github.com/npm/cli/releases/tag/v12.0.2
npm notice To update run: npm install -g npm@12.0.2
npm notice
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
โ Generated Prisma Client (v5.22.0) to ./src/generated/client in 303ms
Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
Tip: Want to turn off tips and other hints? https://pris.ly/tip-4-nohints
Need to install the following packages:
tsc@2.0.4
Ok to proceed? (y) y
npm warn deprecated tsc@2.0.4: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
This is not the tsc command you are looking for
To get access to the TypeScript compiler, tsc, from the command line either:
-
Use npm install typescript to first add TypeScript to your project before using npx
-
Use yarn to avoid accidentally running code from un-installed packages
โ๏ธ in line 52: exit code 1 (General error / Operation not permitted): while executing command npx tsc
--- Last 20 lines of log ---
[2026-08-24 08:37:40] [INFO] Checking for update: excalidash
[2026-08-24 08:37:41] [OK] Update available: excalidash 0.5.1 โ 0.6.0
[2026-08-24 08:37:41] [INFO] Stopping Service
[2026-08-24 08:37:41] [OK] Stopped Service
[2026-08-24 08:37:41] [INFO] Fetching GitHub release: excalidash (0.6.0)
[2026-08-24 08:37:46] [OK] Deployed: excalidash (0.6.0)
[2026-08-24 08:37:46] [INFO] Configuring Database Provider (postgresql)
[2026-08-24 08:37:46] [OK] Configured Database Provider
[2026-08-24 08:37:46] [INFO] Rebuilding Application
[2026-08-24 08:39:24] [ERROR] in line 52: exit code 1 (General error / Operation not permitted): while executing command npx tsc
๐ผ๏ธ Additional context (optional).
No response
โ 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?
excalidash
๐ What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/excalidash.sh)"
โ๏ธ What settings are you using?
๐ฅ๏ธ Which Linux distribution are you using?
Debian 13
๐งฑ Is this Proxmox host running arm64?
No
๐ Which Proxmox version are you on?
9.2.11
๐ Provide a clear and concise description of the issue.
When running "update" with the goal of upgrading excalidash from 0.5.1 to version 0.6.0 , the process fails and leaves the LXC in a non-operational state.
๐ Steps to reproduce the issue.
Run the update command as described above.
โ Paste the full error output (if available).
<.... slew of files not found......>
find: โ/opt/excalidash/frontend/node_modules/detect-node-esโ: No such file or directory
find: โ/opt/excalidash/frontend/node_modules/bidi-jsโ: No such file or directory
find: โ/opt/excalidash/frontend/node_modules/is-extglobโ: No such file or directory
find: โ/opt/excalidash/frontend/node_modules/png-chunk-textโ: No such file or directory
find: โ/opt/excalidash/frontend/node_modules/min-indentโ: No such file or directory
find: โ/opt/excalidash/frontend/node_modules/postcss-jsโ: No such file or directory
find: โ/opt/excalidash/frontend/distโ: No such file or directory
find: โ/opt/excalidash/frontend/scriptsโ: No such file or directory
โ๏ธ Deployed: excalidash (0.6.0)
โ๏ธ Configured Database Provider
added 350 packages, and audited 351 packages in 2m
67 packages are looking for funding
run
npm fundfor detailsfound 0 vulnerabilities
npm notice
npm notice New major version of npm available! 10.8.2 -> 12.0.2
npm notice Changelog: https://github.com/npm/cli/releases/tag/v12.0.2
npm notice To update run: npm install -g npm@12.0.2
npm notice
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
โ Generated Prisma Client (v5.22.0) to ./src/generated/client in 303ms
Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
Tip: Want to turn off tips and other hints? https://pris.ly/tip-4-nohints
Need to install the following packages:
tsc@2.0.4
Ok to proceed? (y) y
npm warn deprecated tsc@2.0.4: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
To get access to the TypeScript compiler, tsc, from the command line either:
Use npm install typescript to first add TypeScript to your project before using npx
Use yarn to avoid accidentally running code from un-installed packages
โ๏ธ in line 52: exit code 1 (General error / Operation not permitted): while executing command npx tsc
--- Last 20 lines of log ---
[2026-08-24 08:37:40] [INFO] Checking for update: excalidash
[2026-08-24 08:37:41] [OK] Update available: excalidash 0.5.1 โ 0.6.0
[2026-08-24 08:37:41] [INFO] Stopping Service
[2026-08-24 08:37:41] [OK] Stopped Service
[2026-08-24 08:37:41] [INFO] Fetching GitHub release: excalidash (0.6.0)
[2026-08-24 08:37:46] [OK] Deployed: excalidash (0.6.0)
[2026-08-24 08:37:46] [INFO] Configuring Database Provider (postgresql)
[2026-08-24 08:37:46] [OK] Configured Database Provider
[2026-08-24 08:37:46] [INFO] Rebuilding Application
[2026-08-24 08:39:24] [ERROR] in line 52: exit code 1 (General error / Operation not permitted): while executing command npx tsc
๐ผ๏ธ Additional context (optional).
No response