Fumadocs error install #1373

Closed
opened 2026-02-05 00:32:48 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Miauto on GitHub (Jul 31, 2025).

Have you read and understood the above guidelines?

yes

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

fumadocs

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

Voici l'erreur que j'ai à l'installation.

🔄 Steps to reproduce the issue.

simple install par defaut

Paste the full error output (if available).

⚙️ Using Default Settings on node pve
🆔 Container ID: 107
🖥️ Operating System: debian (12)
📦 Container Type: Unprivileged
💾 Disk Size: 5 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 2048 MiB
🚀 Creating a Fumadocs LXC using the above default settings

✔️ Valid Storage Found
✔️ Validated Storage | Container: local-lvm (Free: 473.1GB Used: 302.7GB)
✔️ Cluster is quorate
✔️ LXC Template List Updated
✔️ LXC Template 'debian-12-standard_12.7-1_amd64.tar.zst' is ready to use.
✔️ LXC Container 107 was successfully created.
✔️ Started LXC Container
💡 No network yet in LXC (try 1/10) – waiting...
✔️ Network in LXC is reachable
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 192.x.x.x
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
✔️ Installed Dependencies
✔️ Setup Node.js 22
✔️ Installed Node.js modules: pnpm@latest
.../198621c1440-2d70 | +7 +
.../198621c1440-2d70 .../198621c1440-2d70 | Progress: resolved 7, reused 0, downloaded 7, added 7, done
⠴ Installing FumadocsT Create Fumadocs App
|
o Project name
| my-app
|
o Choose a template
| Next.js: Fumadocs MDX
|
o Use /src directory?
| No
|
o Add default ESLint configuration?
| No
|
o Do you want to install packages automatically? (detected as pnpm)
| Yes
⠼ Installing Fumadocs|
⠸ Installing FumadocsError: spawn git ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:285:19)
at onErrorNT (node:internal/child_process:483:16)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn git',
path: 'git',
spawnargs: [ '--version' ]
}
x Canceled
⠼ Installing Fumadocs
[ERROR] in line 25: exit code 0: while executing command pnpm create fumadocs-app
⠸ Installing Fumadocs
[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 @Miauto on GitHub (Jul 31, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? fumadocs ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/fumadocs.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. Voici l'erreur que j'ai à l'installation. ### 🔄 Steps to reproduce the issue. simple install par defaut ### ❌ Paste the full error output (if available). ⚙️ Using Default Settings on node pve 🆔 Container ID: 107 🖥️ Operating System: debian (12) 📦 Container Type: Unprivileged 💾 Disk Size: 5 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB 🚀 Creating a Fumadocs LXC using the above default settings ✔️ Valid Storage Found ✔️ Validated Storage | Container: local-lvm (Free: 473.1GB Used: 302.7GB) ✔️ Cluster is quorate ✔️ LXC Template List Updated ✔️ LXC Template 'debian-12-standard_12.7-1_amd64.tar.zst' is ready to use. ✔️ LXC Container 107 was successfully created. ✔️ Started LXC Container 💡 No network yet in LXC (try 1/10) – waiting... ✔️ Network in LXC is reachable ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 192.x.x.x ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✔️ Installed Dependencies ✔️ Setup Node.js 22 ✔️ Installed Node.js modules: pnpm@latest .../198621c1440-2d70 | +7 + .../198621c1440-2d70 .../198621c1440-2d70 | Progress: resolved 7, reused 0, downloaded 7, added 7, done ⠴ Installing FumadocsT Create Fumadocs App | o Project name | my-app | o Choose a template | Next.js: Fumadocs MDX | o Use `/src` directory? | No | o Add default ESLint configuration? | No | o Do you want to install packages automatically? (detected as pnpm) | Yes ⠼ Installing Fumadocs| ⠸ Installing FumadocsError: spawn git ENOENT at ChildProcess._handle.onexit (node:internal/child_process:285:19) at onErrorNT (node:internal/child_process:483:16) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { errno: -2, code: 'ENOENT', syscall: 'spawn git', path: 'git', spawnargs: [ '--version' ] } x Canceled ⠼ Installing Fumadocs [ERROR] in line 25: exit code 0: while executing command pnpm create fumadocs-app ⠸ Installing Fumadocs [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 00:32:48 +03:00
Author
Owner

@MickLesk commented on GitHub (Aug 1, 2025):

Did you entered the Installer? I dont See it with Text only.

@MickLesk commented on GitHub (Aug 1, 2025): Did you entered the Installer? I dont See it with Text only.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1373