Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 427 Bytes

list.md

File metadata and controls

17 lines (11 loc) · 427 Bytes

npm-list(1) -- List installed packages

SYNOPSIS

npm list [package]
npm ls [package]

DESCRIPTION

This will show the installed (and, potentially, activated) versions of all the packages that npm has installed, or just the package if specified.

This is also aliased to ls.

FIXME: Prints to stderr, but should really be stdout, since the log is what you're after.