IT:AD:NPM:HowTo
Summary
First instincts should be to cd to the directory where your code is and
* IT:AD:NPM:HowTo:Create a package.json File
That will define where the Root Folder is:
* IT:AD:npm:HowTo:Define the Local Root Folder
Then install packages globally or locally as needed:
* IT:AD:npm:HowTo:Install Packages, avoiding using the -G flag as much as feasible: