Cordova now ships with a set of command-line tools that make it easier for you to develop cross-platform applications. You can build, clean, and launch an emulator with a single command.
In this Blog I have explain how can we install CLI for phonegap on desktop,
1. First we have to install Node.js after install node.js
open node.js command prompt and Run As Administrator in windows
Now follow below command.
window PC
npm install -g phonegap
mac/ubuntu
sudo npm install -g phonegap
For check weather CLI is configured or not
open cmd and type below command
phonegap
Then if this command executed and shoes phonegap detail then its configure perfect otherwise you have missed some step.
Much easier to configure it.Hope it help you all.
If you like this tutorial then please like us on Facebook.
The post How to install CLI on desktop Using node.js for phonegap appeared first on Excellent Web World.