Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/faq.md7
-rw-r--r--man1/faq.19
2 files changed, 15 insertions, 1 deletions
diff --git a/doc/faq.md b/doc/faq.md
index 7f71488c3..70a041ea6 100644
--- a/doc/faq.md
+++ b/doc/faq.md
@@ -26,6 +26,13 @@ silly`.
You can also set it to `win` or `silent` for even more quietness.
+## How do I list installed packages?
+
+`npm ls installed`
+
+If you just want to see the names, and not all the registry data, you
+can do: `npm ls installed --no-registry` to turn off the registry.
+
## How do I search for packages?
`npm ls`
diff --git a/man1/faq.1 b/man1/faq.1
index cd38e0222..76578c38a 100644
--- a/man1/faq.1
+++ b/man1/faq.1
@@ -1,7 +1,7 @@
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
-.TH "NPM\-FAQ" "1" "December 2010" "" ""
+.TH "NPM\-FAQ" "1" "January 2011" "" ""
.
.SH "NAME"
\fBnpm-faq\fR \-\- Frequently Asked Questions
@@ -30,6 +30,13 @@ silly\fR\|\.
.P
You can also set it to \fBwin\fR or \fBsilent\fR for even more quietness\.
.
+.SH "How do I list installed packages?"
+\fBnpm ls installed\fR
+.
+.P
+If you just want to see the names, and not all the registry data, you
+can do: \fBnpm ls installed \-\-no\-registry\fR to turn off the registry\.
+.
.SH "How do I search for packages?"
\fBnpm ls\fR
.