]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/api/npm-uninstall.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / api / npm-uninstall.md
1 npm-uninstall(3) -- uninstall a package programmatically
2 ========================================================
3
4 ## SYNOPSIS
5
6     npm.commands.uninstall(packages, callback)
7
8 ## DESCRIPTION
9
10 This acts much the same ways as uninstalling on the command-line.
11
12 The 'packages' parameter is an array of strings. Each element in the array is
13 the name of a package to be uninstalled.
14
15 Finally, 'callback' is a function that will be called when all packages have been
16 uninstalled or when an error has been encountered.