asotog
1/29/2018 - 3:07 AM

Node

Here are the steps, in detail ...

Install Node.js from https://nodejs.org/en/download/

Update to the latest version of npm npm install npm -g

Make a new folder for the npm global packages mkdir ~/.npm-packages

Tell npm where to find/store them npm config set prefix ~/.npm-packages

Verify the install