Installing and running NodeJS snippets
Download and install NodeJS.
Once installed, from the command line run
npm install -g package
The -g is critical.
: stay hungry, stay foolish :
Download and install NodeJS.
Once installed, from the command line run
npm install -g package
The -g is critical.