]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-uninstall.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-uninstall.1
1 .TH "NPM\-UNINSTALL" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-uninstall\fR \- Remove a package
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm uninstall [@<scope>/]<package> [\-\-save|\-\-save\-dev|\-\-save\-optional]
9 npm rm (with any of the previous argument usage)
10 .fi
11 .RE
12 .SH DESCRIPTION
13 .P
14 This uninstalls a package, completely removing everything npm installed
15 on its behalf\.
16 .P
17 Example:
18 .P
19 .RS 2
20 .nf
21 npm uninstall sax
22 .fi
23 .RE
24 .P
25 In global mode (ie, with \fB\-g\fP or \fB\-\-global\fP appended to the command),
26 it uninstalls the current package context as a global package\.
27 .P
28 \fBnpm uninstall\fP takes 3 exclusive, optional flags which save or update
29 the package version in your main package\.json:
30 .RS 0
31 .IP \(bu 2
32 \fB\-\-save\fP: Package will be removed from your \fBdependencies\fP\|\.
33 .IP \(bu 2
34 \fB\-\-save\-dev\fP: Package will be removed from your \fBdevDependencies\fP\|\.
35 .IP \(bu 2
36 \fB\-\-save\-optional\fP: Package will be removed from your \fBoptionalDependencies\fP\|\.
37
38 .RE
39 .P
40 Scope is optional and follows the usual rules for npm help 7 \fBnpm\-scope\fP\|\.
41 .P
42 Examples:
43 .P
44 .RS 2
45 .nf
46 npm uninstall sax \-\-save
47 npm uninstall @myorg/privatepackage \-\-save
48 npm uninstall node\-tap \-\-save\-dev
49 npm uninstall dtrace\-provider \-\-save\-optional
50 .fi
51 .RE
52 .SH SEE ALSO
53 .RS 0
54 .IP \(bu 2
55 npm help prune
56 .IP \(bu 2
57 npm help install
58 .IP \(bu 2
59 npm help 5 folders
60 .IP \(bu 2
61 npm help config
62 .IP \(bu 2
63 npm help 7 config
64 .IP \(bu 2
65 npm help 5 npmrc
66
67 .RE
68