Plugman - 提取时间过长

时间:2014-03-18 07:47:15

标签: cordova plugman

这不是一个合适的问题或者不在这里问。因为我尝试将facebook phonegap插件安装到我的项目中,所以我的插件看起来不太好。

https://github.com/phonegap/phonegap-facebook-plugin

从github获取需要20分钟。过了一会儿,我收到了这条错误信息

Cannot read property 'currentVersion' of null

为什么会这样?

这是我的命令

plugman install --platform ios --project /Applications/MAMP/htdocs/PayMe --plugin https://github.com/phonegap/phonegap-facebook-plugin --variable APP_ID="xxxxxxxxxxxxxx" --variable APP_NAME="PayMe"

此处已在此处搜索此问题但仍无法正常工作

Phonegap: Error when installing BarcodeScanner for iOS

1 个答案:

答案 0 :(得分:1)

我已经得到了答案。 Plugman无法安装facebook connect phonegap插件。需要使用cordova命令。这份文件很有用。

cordova plugin add https://github.com/mallzee/phonegap-facebook-plugin.git --variable APP_ID="[FB APP ID]" --variable APP_NAME="[FB APP NAME]"