android phonegap installation on command prompt — Error: EPERM, errno: 50

前端 未结 1 1567
旧巷少年郎
旧巷少年郎 2020-12-20 10:02

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 erro

相关标签:
1条回答
  • 2020-12-20 10:36

    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

    0 讨论(0)
提交回复
热议问题