Update nocodb-install.sh

create symlink for npm
fixes https://github.com/tteck/Proxmox/issues/1699
pull/1704/head
tteckster 1 year ago committed by GitHub
parent 28205fbd03
commit 25c18fbf9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,6 +28,7 @@ $STD bash <(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/inst
. ~/.bashrc
$STD nvm install 16.20.1
ln -sf /root/.nvm/versions/node/v16.20.1/bin/node /usr/bin/node
ln -sf /root/.nvm/versions/node/v16.20.1/bin/npm /usr/bin/npm
msg_ok "Installed Node.js"
msg_info "Installing NocoDB"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.