how to install cordova in mac os 10.10.5

270 Views Asked by At

all how install cordova in mac os X Yosemite10.10.5

how to install Cordova in mac os 10.10.5 for developing hybrid application by terminal.

help me thanks

2

There are 2 best solutions below

3
On

You need Node.js and use Install

$ sudo npm install -g cordova

create new project

$ cordova create hello com.example.hello HelloWorld

more information here

0
On

check you have installed node js. and which version of node js are using

From terminal chek

npm -v