-
npm set up
//World Node module set up. -
npm set up <package-name>
//Set up particular bundle and provides it to bundle.json file which holds file dependencies. -
npm replace
//Replace all packages for newer model. -
npm replace <package-name>
//Particular bundle updation. -
npm set up <package-name>@<model>
//Particular bundle updation with particular model. -
npm run <task-name>
//To run a process likenpm run (watch/dev/rod)
. -
npm set up -g
//Inform international set up folder. -
node_modules/.bin/
//Executable dependencies require to be on this folder.