Skip to content

Excalidash - update script fails.ย #16728

Description

@drencken

โœ… 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?

  • Default Settings
  • Advanced Settings

๐Ÿ–ฅ๏ธ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions