On Thu, Nov 13, 2014 at 10:06 AM, Ray Camden <[email protected]> wrote:
> Mark, question about this: > > To update your tools: > > npm install -g cordova > npm install -g plugman > > > To be clear, a Œregular¹ user doesn¹t need to update plugman, right? > > At present the plugman npm package contains only the CLI tool for using the "plugman" command from command line. All the logic lives in cordova-lib. When you npm install cordova, plugman is not installed. So if you or your scrips don't explicitly call plugman, you don't need to install it.
