Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aMugabi opened this issue Dec 19, 2023 · 8 comments · Fixed by #161
Open

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

aMugabi opened this issue Dec 19, 2023 · 8 comments · Fixed by #161
Assignees
Labels
bug Something isn't working

Comments

@aMugabi
Copy link

aMugabi commented Dec 19, 2023

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:

  • Proxmox Version: 8.0.3
  • Alpine Version: 3.16 & 3.18

Screenshots
image

@aMugabi aMugabi added the bug Something isn't working label Dec 19, 2023
@Gaster2678
Copy link

I join the problem is the same

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

@jvonhoff
Copy link

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:

  • I didn't realize it, but I kept running out of disk space while trying to install. I think one of the install steps requires a large download, and I kept running out of room
  • It appeared to me like the yarn executable wasn't getting found, so I added it to the PATH

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
Copy link

xyboox commented Jan 21, 2024

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
Copy link

rjenx commented Jan 22, 2024

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
Copy link

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.

@ej52 ej52 linked a pull request Jan 22, 2024 that will close this issue
@gerhardmueller1
Copy link

thx ...

grafik

@rusticslayer
Copy link

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
Copy link

OutOfThisPlanet commented Feb 20, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants