- Node.js Carbon LTS
- Node.js Package Manager
I recommend managing your Node.js installation with Node.js Version Manager.
https://github.com/creationix/nvm
$ nvm install --lts=carbon
https://github.com/coreybutler/nvm-windows
$ nvm install latest
$ node --version
# 8.something
$ npm --version
# 5.something
# Download repo and change directory into it
$ npm install
$ npm run build
$ npm start
# Download repo and change directory into it
$ npm install
$ npm run watch