mirror of https://github.com/tteck/Proxmox.git
Update nocodb-install.sh
create symlink for npm fixes https://github.com/tteck/Proxmox/issues/1699
This commit is contained in:
parent
28205fbd03
commit
25c18fbf9e
|
@ -28,6 +28,7 @@ $STD bash <(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/inst
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
$STD nvm install 16.20.1
|
$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/node /usr/bin/node
|
||||||
|
ln -sf /root/.nvm/versions/node/v16.20.1/bin/npm /usr/bin/npm
|
||||||
msg_ok "Installed Node.js"
|
msg_ok "Installed Node.js"
|
||||||
|
|
||||||
msg_info "Installing NocoDB"
|
msg_info "Installing NocoDB"
|
||||||
|
|
Loading…
Reference in New Issue