Installing Cordova on Windows

Installing Cordova on Windows

  1. Installing Cordova
  2. Install the latest version of Git Bash
  3. Install latest version of Node.js
Note: If you get the error 'Cannot find module 'github-URL-from-git' the install version 4.0.0 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