Proxy Manager (yarn 1.22.19 install error) #1866
-
I am trying to install proxy manager on PROXMOX 7.4 server. This server has one public IP address (vmbr0) and a second network card (vmbr1 - LAN for proxmox containers).
The installation proceeds correctly until the yarn installation is started. I am pasting the log below.
I tried to run subsequent commands from the bash script (yarn build) on the proxymanager machine, but unfortunately I receive the error "yarn run v1.22.19 error Command "build" not found" I have already tried 5 times and unfortunately without success. Maybe I'm missing something - the question is what? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
I reinstalled proxmox to version 8. After restoring the firewall settings, I ran the script
unfortunately it's the same again:
updated /etc/network/interfaces
|
Beta Was this translation helpful? Give feedback.
-
I found the nginxproxymanager-install.sh script and modified it a bit to run it locally "inside" the machine. Below is the installation log:
full log:
I have tried running this installation script on several different hosts with no success. This is not a network problem because I am able to perform the installation "from the inside" (I even managed to get to the nginx proxy manager panel). Unfortunately, this installation is incorrect and throws a lot of errors. Can anyone confirm that they are able to install nginx proxy manager without errors? |
Beta Was this translation helpful? Give feedback.
-
No issues here
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your help. I use a VPS at OVH and unfortunately there is little CPU and RAM there. To start with, I set CT to 1CPU and 1024 RAM. Important note for anyone who will experience similar behavior during installation. I tried installation on different hosts and different OS, but did not change the container parameters. It's worth trying to increase the CPU and RAM. |
Beta Was this translation helpful? Give feedback.
-
Checking the VPS directory structure, is there a |
Beta Was this translation helpful? Give feedback.
Thank you for your help.
I use a VPS at OVH and unfortunately there is little CPU and RAM there. To start with, I set CT to 1CPU and 1024 RAM.
It only worked when I configured CT with 3 CPU and 3 GB RAM.
Important note for anyone who will experience similar behavior during installation. I tried installation on different hosts and different OS, but did not change the container parameters.
It's worth trying to increase the CPU and RAM.