Describe the bug
When installing this manually using the script for debian/ubuntu as shown in the README, installation works however there are bugs within NPM. This is caused by installing NodeJS 14.x as some of the features used in NPM require NodeJS 15.x or above.
I encountered the issue when trying to create a SSL certificate. The replaceAll() npm uses is not present in 14.x. After forking and changing to use NodeJS 16.x all issues went away.
Script nginx-proxy-manager
Describe the bug When installing this manually using the script for debian/ubuntu as shown in the README, installation works however there are bugs within NPM. This is caused by installing NodeJS 14.x as some of the features used in NPM require NodeJS 15.x or above.
I encountered the issue when trying to create a SSL certificate. The replaceAll() npm uses is not present in 14.x. After forking and changing to use NodeJS 16.x all issues went away.
System info: System: Ubuntu 20.04