Getting started
Install node.js from Node.js download page. npm comes installed with node.js but it gets updates more often. To get such updates:
npm
npm install npm -g
npm ls npm outdated npm update npm prune