Show Menu
Cheatography

NPM Cheat Sheet (DRAFT) by

NPM commands

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Install a package globally

C:\> npm install <package> -g

List modules

List all modules
c:\> npm list
List modules without depend­encies
c:\> npm list --depth=0
List specific module version
c:\> npm list <mo­dul­e>