We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60be246 commit b34a449Copy full SHA for b34a449
ct/nginxproxymanager.sh
@@ -28,12 +28,7 @@ function update_script() {
28
exit
29
fi
30
31
- if ! command -v yarn &>/dev/null; then
32
- msg_info "Installing Yarn"
33
- $STD npm install -g yarn
34
- msg_ok "Installed Yarn"
35
- fi
36
-
+ NODE_VERSION="22" NODE_MODULE="yarn" setup_nodejs
37
export NODE_OPTIONS="--openssl-legacy-provider"
38
39
RELEASE=$(curl -fsSL https://api.github.com/repos/NginxProxyManager/nginx-proxy-manager/releases/latest |
0 commit comments