ej52 / proxmox-scripts

MIT License
586 stars 307 forks source link

✘ Frontend not Built (Proxmox Version: 8.2.2 - Ubuntu Version: 22.04) #176

Open JustinLoecher opened 6 months ago

JustinLoecher commented 6 months ago

Script sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh)" -s --app nginx-proxy-manager

**Describe the bug**
✔ Operating System Updated 
✔ Dependencies Installed 
✔ Rust v1.74.0 Installed 
✔ Python v3.10 and Pip v24.0 Installed 
✔ Openresty v1.25.3.1 Installed 
✔ Node.js v16.20.2 Installed 
✔ Yarn v1.22.19 Installed 
✔ Nginx Proxy Manager v2.11.1 Downloaded 
✔ Enviroment Setup 
✘ Frontend not Built

[ERROR] on line 281 with exit code 128 while executing command yarn install --silent --network-timeout=30000 > $__OUTPUT
root@Nginx-Proxy-Manager:~# 

System info:

Additional context First, let me say thank you for doing this. It is something I do not have the skills for. With that said, Is there any chance of adding a selector so the script could be run in Verbose? It might allow users to gather more info on what is happening to be able to share more. Just a thought. :)

Leapo commented 6 months ago

Chiming in to confirm that I'm seeing the same issue on Proxmox 8.1.5 + Ubuntu 22.04

JustinLoecher commented 6 months ago

I ended up getting it running using the tteck script, but I had to do it with default Alpine settings. If I modified anything it did not work either.

ghost commented 6 months ago

https://github.com/vontainment/proxmox-scripts I fixed all the errors in my repo and made a pull request until its accepted you can use my repo.

iboutsikas commented 4 months ago

There seems to be something up with the login shell interaction. If I pct enter and run the script I get the error. If I su - first to get all the $PATH you'd normally expect it works like a charm.

aheath70 commented 4 months ago

Seeing the same issue.

Proxmox 8.2.4 and Ubuntu 22.04.

I tried su- it made no difference.

ShuttleTydirium commented 2 weeks ago

Try this and see if it works. It did for me.

https://github.com/ej52/proxmox-scripts/issues/153#issuecomment-1891074903

aheath70 commented 2 weeks ago

I feel like a bit of an idiot. Ran an apt update and apt upgrade and it worked after that.