Setup Node.js with NVM
Install and manage Node.js 20.19.0 or later with NVM for local Hexabot development.
Install NVM
sudo apt updatecurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bashexport NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"nvm --versionInstall Node.js 20.19.0 or later
Last updated
Was this helpful?