dpa99c / cordova-check-plugins

A CLI tool to check for / manage plugin updates in Cordova/Phonegap projects.
216 stars 25 forks source link

Error when updating plugins with variables #12

Closed ghost closed 8 years ago

ghost commented 8 years ago

When updating plugins that needs variables (e.g phoengap-plugin-push). The app raises an error even when the variable exists in config.xml file

Updating 'phonegap-plugin-push'... \ Error adding plugin 'phonegap-plugin-push' Error: Command failed: cordova plugin add phonegap-plugin-push --save Error: Variable(s) missing (use: --variable SENDER_ID=value). Failed to update plugin 'phonegap-plugin-push'

dpa99c commented 8 years ago

Yes, plugins with variables are not currently supported, but it's on the todo list

fiznool commented 7 years ago

This is really unfortunate, it's a deal breaker. Such a shame because everything else about this project is great. 😞

dpa99c commented 7 years ago

@fiznool RTFM:The closing commit fixes this

fiznool commented 7 years ago

Thanks, turns out it's an issue with the framework I'm using (Ionic).