How to update my phonegap version?

后端 未结 8 1733
感动是毒
感动是毒 2021-02-01 05:37

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

相关标签:
8条回答
  • 2021-02-01 06:16

    savner has provided a good solution but in short you need to

    1. install node.js
    2. run the command-line interface (CLI) through node.js terminator
    3. type Serge Seletskyy codes

    good luck

    0 讨论(0)
  • 2021-02-01 06:23

    Update phonegap version.....using terminal and run these command

       sudo npm update -g  phonegap
    

    More Info on this link http://phonegap.com/blog/2014/03/04/phonegap-3-4-release/

    0 讨论(0)
提交回复
热议问题