Install phonegap in ubuntu(working)

To install node.js with npm in ubuntu.

sudo apt-get install nodejs npm -y

The npm is used to install  phonegap and the code :

sudo npm install -g phonegap


To force the instalation process f is added in above code like :


sudo npm install -gf phonegap


Comments

Popular posts from this blog

create pdf by using javascript

yii framework simple shopping cart tutorial for beginners

yii2 arrayhelper::map vs array_map