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

Question: Why should we use class name in another class constructor function in php7?