ej52 / proxmox-scripts

MIT License
586 stars 307 forks source link

Failing to install on Proxmox 8.0.3: Frontend not Built #153

Open aMugabi opened 10 months ago

aMugabi commented 10 months ago

Script nginx-proxy-manager

Describe the bug ✘ Frontend not Built

[ERROR] on line 281 with exit code 128 while executing command yarn install --silent --network-timeout=30000 > $__OUTPUT

System info:

Screenshots image

Gaster2678 commented 10 months ago

I join the problem is the same

System info: Proxmox Version: 7.4.3 Alpine 3.16, 3.18 and debian 11

jvonhoff commented 9 months ago

I had some struggles using the script today (installing over an already-existing Alpine 3.18 LXC on Proxmox 8.1.3).

A few hurdles I had to clear:

The command that finally worked for me was: rm -rf /usr/local/share/.cache ; export PATH="$PATH:/usr/local/bin" ; sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh)" -s --app nginx-proxy-manager

Hope that helps someone!

xyboox commented 9 months ago

I have one "extra" error, just before the error from line 281: error Couldn't find any versions for "sass-loader" that matches "^12.11.1" Maybe that helps debugging.

rjenx commented 9 months ago

Same issue here, tried installing on Alpine 3.16, Debian 11.17 with the same result. Including sass-loader issue. Proxmox 8.1.4

gerhardmueller1 commented 9 months ago

I have one "extra" error, just before the error from line 281: error Couldn't find any versions for "sass-loader" that matches "^12.11.1" Maybe that helps debugging.

same to me.

pfa some more details:

grafik

running root@proxy:~# wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh >install.sh root@proxy:~# sh -x ./install.sh --app nginx-proxy-manager > log will provide no more helpful details.

gerhardmueller1 commented 9 months ago

thx ...

grafik

rusticslayer commented 9 months ago

had same issue also can reproduce it

The command that finally worked for me was: rm -rf /usr/local/share/.cache ; export PATH="$PATH:/usr/local/bin" ; sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh)" -s --app nginx-proxy-manager

Hope that helps someone!

this worked for me, thanks very much! i joined github today to mention that!

OutOfThisPlanet commented 8 months ago

had same issue also can reproduce it

The command that finally worked for me was: rm -rf /usr/local/share/.cache ; export PATH="$PATH:/usr/local/bin" ; sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh)" -s --app nginx-proxy-manager Hope that helps someone!

this worked for me, thanks very much! i joined github today to mention that!

Thanks bud! That worked for me too!

ShuttleTydirium commented 2 weeks ago

had same issue also can reproduce it

The command that finally worked for me was: rm -rf /usr/local/share/.cache ; export PATH="$PATH:/usr/local/bin" ; sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh)" -s --app nginx-proxy-manager Hope that helps someone!

this worked for me, thanks very much! i joined github today to mention that!

Thanks bud! That worked for me too!

This worked for me as well. (Edit: Deb 11)

@ej52 you may want to append those two commands to the beginning of the script

Also, please note that it seems like others are still experiencing this issue. See https://github.com/ej52/proxmox-scripts/issues/176#issue-2274237473 .