Skip to main content

install

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
nvm install node
nvm use node

# Install build tools
sudo apt-get install build-essential

Verify

node --version
// Output: v16.16.3 (or above)
npm --version
// Output: 6.14.4 (or above)