Install NodeJS and MongoDB on Windows
November 14, 2014
Install PhoneGap/Cordova on Windows
November 18, 2014
Show all

Install or Update PhoneGap

Install

To Install, ensure that you have NodeJS installed, then open your command line and run the following:

C:\> npm install -g phonegap

Once installation completes, you can invoke phonegap on command line for further help.

Usage

$ phonegap create my-app
$ cd my-app
$ phonegap run android

Update

$ phonegap -v 
$ npm info phonegap version
$ npm update -g phonegap