wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
source ./.bashrc
nvm install node
nvm install 6.14.4
node -v
npm -v