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

uninstall.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 79170fa0c95aaea70778aff28b439beba0172af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.\" generated with Ronn/v0.4.1
.\" http://github.com/rtomayko/ronn/
.
.TH "NPM\-UNINSTALL" "1" "April 2010" "" ""
.
.SH "NAME"
\fBnpm\-uninstall\fR \-\- Remove a package
.
.SH "SYNOPSIS"
.
.nf
npm uninstall <name> <version>
npm rm <name> <version>
.
.fi
.
.SH "DESCRIPTION"
This uninstalls a package, completely removing everything installed for it. If
it's currently active, then it must be deactivated first. If anything is
depending on it, then those must be uninstalled first.