Skip to content Skip to sidebar Skip to footer

Android Phonegap Installation On Command Prompt — Error: Eperm, Errno: 50

Am new to this PhoneGap application development when i tried to install phonegap with install (http://phonegap.com/install/) guide from command prompt this says me more error like

Solution 1:

Follow these steps :

  • Download and install Node.js. Following installation, you should be able to invoke node and npm on your command line.
  • Download and install a git client, if you don't already have one. Following installation, you should be able to invoke git on your command line.
  • Install the cordova module using npm utility of Node.js. The cordova module will automatically be downloaded by the npm utility.

On OS X and Linux: $ sudo npm install -g cordova

On Windows: C:\>npm install -g cordova

Source : PhoneGap Docs

Post a Comment for "Android Phonegap Installation On Command Prompt — Error: Eperm, Errno: 50"