sudo apt-get install curl
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash(写这篇文章的时候nvm的版本是0.33.6)
重启终端(或者是source .bashrc)
nvm install node
这样就可以安装好nodejs了