tsc is missing while installing Change Detection (Browserless & Playwright) #1697

Closed
opened 2026-02-05 01:59:20 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Tkd-Alex on GitHub (Sep 30, 2025).

Have you read and understood the above guidelines?

yes

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

Change Detection

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

pve-manager/8.4.9/649acf70aab54798 (running kernel: 6.8.12-13-pve)

📝 Provide a clear and concise description of the issue.

Hello, I'm unable to install ChangeDetectin trought the script because the TypeScript compiler is missing.

🔄 Steps to reproduce the issue.

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

Paste the full error output (if available).

+ microsoft-edge-stable --version
Microsoft Edge 140.0.3485.94 

> @browserless.io/browserless@2.37.0 build
> npm run clean && npm run build:ts && npm run install:adblock && npm run build:schemas && npm run build:devtools && npm run build:openapi


> @browserless.io/browserless@2.37.0 clean
> node scripts/clean.js


> @browserless.io/browserless@2.37.0 build:ts
> tsc

sh: 1: tsc: not found

[ERROR] in line 70: exit code 0: while executing command $STD npm run build --prefix /opt/browserless

[ERROR] in line 1345: 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 @Tkd-Alex on GitHub (Sep 30, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Change Detection ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/changedetection.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/8.4.9/649acf70aab54798 (running kernel: 6.8.12-13-pve) ### 📝 Provide a clear and concise description of the issue. Hello, I'm unable to install ChangeDetectin trought the script because the TypeScript compiler is missing. ### 🔄 Steps to reproduce the issue. `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/changedetection.sh)"` ### ❌ Paste the full error output (if available). ``` + microsoft-edge-stable --version Microsoft Edge 140.0.3485.94 > @browserless.io/browserless@2.37.0 build > npm run clean && npm run build:ts && npm run install:adblock && npm run build:schemas && npm run build:devtools && npm run build:openapi > @browserless.io/browserless@2.37.0 clean > node scripts/clean.js > @browserless.io/browserless@2.37.0 build:ts > tsc sh: 1: tsc: not found [ERROR] in line 70: exit code 0: while executing command $STD npm run build --prefix /opt/browserless [ERROR] in line 1345: 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_
OVERLORD added the bug label 2026-02-05 01:59:20 +03:00
Author
Owner

@tremor021 commented on GitHub (Sep 30, 2025):

Should be fixed after #8002 merges.

@tremor021 commented on GitHub (Sep 30, 2025): Should be fixed after #8002 merges.
Author
Owner

@michelroegl-brunner commented on GitHub (Sep 30, 2025):

Merged

@michelroegl-brunner commented on GitHub (Sep 30, 2025): Merged
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1697