npm (3) Linux Manual Page
npm — node package manager Synopsis var npm = require("npm") npm.load([configObject,] function (er, npm) { // use the npm object, now that it’s loaded. npm.config.set(key, val) val = npm.config.get(key) console.log("prefix = %s", npm.prefix) npm.commands.install(["package"], cb) }) Version 1.3.6 Description This is the API documentation for npm. To find documentation of the command line npm help…
