How to update my phonegap version?

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

    For Phonegap 3 installed from NPM

    sudo npm update -g  phonegap
    

    To check current version

    phonegap -v
    

    To check latest version in npm

    npm info phonegap version
    

提交回复
热议问题