npm list

From wikieduonline
Jump to navigation Jump to search

npm list --depth=0
npm list -g --depth=0
npm -g list

Examples[edit]

npm list
/Users/YOUR_USER
└── (empty)
npm list -g
/Users/YOUR_USER/brew/lib
└── [email protected]
npm list
[email protected] /private/tmp/yourapp/yourapp/app
├── UNMET DEPENDENCY @babel/core@^7.15.5
├── UNMET DEPENDENCY @babel/[email protected]
npm list -g
/Users/your-user/brew/lib
├── auth0-deploy-cli@7.15.1
└── [email protected]

Related[edit]

See also[edit]

Advertising: