NodeJs - NPM Commands

NPM commands

Install

Execute this in an angular project you just downloaded out of Angular. What it will do is download any node modules that are not installed in your folder structure.

Update

Execute this in an angular project you just downloaded out of Angular. What it will do is download and also update any node modules that are not installed in your folder structure. It will then update that json package file to show the new verions.