Open aMugabi opened 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
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!
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 issue here, tried installing on Alpine 3.16, Debian 11.17 with the same result. Including sass-loader issue. Proxmox 8.1.4
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:
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.
thx ...
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!
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!
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 .
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