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

npm-uninstall.3 « man3 « man « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5df776ccdf7c86ed80e8dc98f44b08250c5088a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-UNINSTALL" "3" "August 2013" "" ""
.
.SH "NAME"
\fBnpm-uninstall\fR \-\- uninstall a package programmatically
.
.SH "SYNOPSIS"
.
.nf
npm\.commands\.uninstall(packages, callback)
.
.fi
.
.SH "DESCRIPTION"
This acts much the same ways as uninstalling on the command\-line\.
.
.P
The \'packages\' parameter is an array of strings\. Each element in the array is
the name of a package to be uninstalled\.
.
.P
Finally, \'callback\' is a function that will be called when all packages have been
uninstalled or when an error has been encountered\.