-
Notifications
You must be signed in to change notification settings - Fork 467
This plugin breaks ionic restore
#11
Comments
Thanks, I'll check it. |
It hangs if Probable solution would be to remove installation request from the plugin. It will also solve the issue #8. But it will be less convenient... |
Well, your extra convenience is making me not use your plugin sadly, so I would recommend removing it. |
Whatever is best for you :) I think similar issue will acquire with any plugin, that requires input from the user. Either way, because of that we, probably, will change installation process. Luckily, it's easy to do. So instead of asking user if he want to install CLI client as well - we will just post message about that and that's it. User will have to do it like so: npm install cordova-hot-code-push-cli |
would you need to have a |
Depends on what you want. You can use it locally. In that case, if it's installed as local module in the project's root folder, then you'll have to call it like so: node_modules/cordova-hot-code-push-cli/bin/cordova-hcp build In the case of the cordova-hcp server Plus, if plugin is used in several projects and CLI is installed globally - you don't have to install it again. So I would use |
Your detection scripts currently require a |
Updated installation hook - no more user input requests for CLI client. |
yay, thanks! I'd be in favor of a release as soon as this round of my bugs are closed :) |
Fixed in version 1.0.3 |
If I have
cordova-hot-code-push-plugin
in mycordovaPlugins
section of mypackage.json
and then runit hangs during this plugin's step.
The text was updated successfully, but these errors were encountered: