Installing Cordova on Windows
- Installing Cordova
 - Install the latest version of Git Bash
 - Install latest version of Node.js
 
#Check Node Version
$ node --version
Install Cordova globally using NPM
npm install -g cordova
#Check that its installed
$ cordova --version
          Categories: Posts