-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[nginxproxymanager] Error installing Node.js with default settings #2200
Comments
Here is the issue some are having Nginx Proxy Manager (NPM) requires node version 16, with Debian 12, It can't be installed the normal way
because for some reason it still installs version 18, so you have to use Node Version Manager (NVM) to install node.js v16
The command I'm going to change |
The change (72b8deb) has been made, If you'd like to try again, make sure that you've cleared your browser cache. |
That worked. Much appreciated. Your comment reminded me that I had switched my shell to |
An informative test would be to switch back to using |
Looks like it does indeed fail using
|
Thanks for doing that test. Now we have the answer. |
I can confirm, that zsh was the issue. I also ran the command using zsh as shell, which failed at the node.js part. After changing the shell back to bash, everything worked. I will now keep bash as default for the proxmox shell. |
Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
nginxproxymanager fails to install using default settings. Looks like a failure with nvm. I tried the command in the nginxproxymanager LXC shell after the failure and it does complete. I've omitted the rest of the install log for brevity. Let me know if you'd like it included.
Which Linux distribution are you employing?
Default Settings
If relevant, including screenshots or a code block can be helpful in clarifying the issue.
Please provide detailed steps to reproduce the issue.
Install nginxproxymanager using default settings
The text was updated successfully, but these errors were encountered: