How can I update my PhoneGap version in my project?
I have download the latest version of phonegap..but how to update?
I\'ve tried grep myAppPath .ipa \'uniqueId
Hi Simplest way to ensure and update latest phonegap version in your system.
Update your phonegap latest version by using windows : C:\Users\user1>npm update -g phonegap Mac: sudo npm update -g phonegap
or
windows
C:\Users\user1>npm install -g phonegap@3.4.0-0.19.7
mac
sudo npm install -g phonegap@3.4.0-0.19
You can ensure you are using latest version of phonegap......