Phonegap 3 doesn't copy plugins to platforms folder

后端 未结 5 1891
故里飘歌
故里飘歌 2020-12-25 14:33

I\'m using Phonegap3 http://phonegap.com/install/ but I\'m facing an issue with plugins:

After creating project using

phonegap create my-app

5条回答
  •  心在旅途
    2020-12-25 15:24

    I found that I had to update Node.js (download latest from node.js website) then update Phonegap

    npm install -g phonegap
    

    Then reinstall the plugins.

提交回复
热议问题