ej52 / proxmox-scripts

MIT License
587 stars 308 forks source link

Unable to create SSL certs - NodeJS version needs to be updated #63

Closed brandan-schmitz closed 2 years ago

brandan-schmitz commented 2 years ago

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