[Ubuntu GNU/Linux 18.04] nvm to install node.js

by ggt667
macOS ◆ xterm-256color ◆ bash 260 views

Whatever you do, NEVER install nodejs in a debian based distro, or any other distro for that matter. Always use nvm to install nodejs.

nvm i --lts
nvm use --lts
nvm ls