Install phonegap in ubuntu(working)
To install node.js with npm in ubuntu.
The npm is used to install phonegap and the code :
To force the instalation process f is added in above code like :
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
Post a Comment