Quantcast
Channel: Excellent Web World » Tutorials
Viewing all articles
Browse latest Browse all 10

How to install CLI on desktop Using node.js for phonegap

$
0
0

cli_phonegap

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.

In next Tutorial will guide you how to create new application using CLI and integrate phonegap plugin in 2 minutes So subscribe now.

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.


Viewing all articles
Browse latest Browse all 10

Trending Articles