How to update my phonegap version?

后端 未结 8 1748
感动是毒
感动是毒 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:05

    Hi Simplest way to ensure and update latest phonegap version in your system.

    1. Ensure you are using latest phonegap version. Check in github.com Url:https://github.com/phonegap/phonegap-cli In pannel header you can able to see the version 3.4.0-0.19.7 latest commit c085b115ef Lorin Beer lorinbeer authored 6 days ago
    2. Check your phonegap version C:\Users\user1>phonegap version 3.4.0-0.19.6
    3. 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......

提交回复
热议问题