NpmWrapper
Wrapper for invoking the Node Package Manager, with functionalities for installing and linking NodeModules.
Parameters
path
path to the NPM executable
Properties
Functions
Link copied to clipboard
Installs a Node.js module globally, overwriting it if it already exists.
Link copied to clipboard
Link copied to clipboard
Links a globally installed Node.js module to the project located in node's working directory.
Link copied to clipboard
Unlinks a linked Node.js module from the project located in node's working directory.