- ####################
- $ npm init # initial setup, create package.json
- $ npm install <package name> # install new module locally only for your project
- $ npm install -g <package name> # install new module globally (in system) for all projects
- ####################
|