Installing nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
nvm install --lts
or ...
nvm ls-remote
nvm install 7.0.0
nvm ls
nvm use 6.9.5
npm vs yarn - https://shift.infinite.red/npm-vs-yarn-cheat-sheet-8755b092e5cc#.3okvh9zg4
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list
sudo apt-get update && sudo apt-get install yarn
git clone https://github.com/IBM-Bluemix/node-helloworld.git
yarn
yarn add lodash
yarn add underscore --dev