]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-rm.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-rm.md
1 npm-rm(1) -- Remove a package
2 =============================
3
4 ## SYNOPSIS
5
6     npm rm <name>
7     npm r <name>
8     npm uninstall <name>
9     npm un <name>
10
11 ## DESCRIPTION
12
13 This uninstalls a package, completely removing everything npm installed
14 on its behalf.
15
16 ## SEE ALSO
17
18 * npm-prune(1)
19 * npm-install(1)
20 * npm-folders(5)
21 * npm-config(1)
22 * npm-config(7)
23 * npmrc(5)