Showing posts with label npm. Show all posts
Showing posts with label npm. Show all posts

Friday, December 6, 2013

Useful NPM commands

My notebook for NPM commands that I find useful.

i can be used instead of install

npm -g list
- Shows everything that you've installed globally in a dependency tree graph.

npm list
- Shows everything that you've installed locally in a dependency tree graph.