Update nocodb-install.sh

create symlink for npm
fixes https://github.com/tteck/Proxmox/issues/1699
This commit is contained in:
tteckster 2023-08-16 10:21:13 -04:00 committed by GitHub
parent 28205fbd03
commit 25c18fbf9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"