You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
$ ionic plugin add cordova-hot-code-push-plugin
Updated the hooks directory to have execute permissions
Fetching plugin "cordova-hot-code-push-plugin" via npm
Installing "cordova-hot-code-push-plugin" for android
Plugin "cordova-hot-code-push-plugin" already installed on ios.
======== CHCP after plugin add process ========
Can't find module prompt, running npm install
Package prompt is installed
Can't find module xml2js, running npm install
Package xml2js is installed
All dependency modules are installed.
To make the development process more easy for you - we developed CLI client for our plugin.
For more information please visit https://github.com/nordnet/cordova-hot-code-push-cli
Would you like to install CLI client for the plugin?(y/n): y
with no children. Doing it again with cordova works:
$ cordova plugin add cordova-hot-code-push-plugin
Updated the hooks directory to have execute permissions
Fetching plugin "cordova-hot-code-push-plugin" via npm
Plugin "cordova-hot-code-push-plugin" already installed on android.
Plugin "cordova-hot-code-push-plugin" already installed on ios.
======== CHCP after plugin add process ========
Node module prompt is found
Package prompt is installed
Node module xml2js is found
Package xml2js is installed
All dependency modules are installed.
To make the development process more easy for you - we developed CLI client for our plugin.
For more information please visit https://github.com/nordnet/cordova-hot-code-push-cli
Would you like to install CLI client for the plugin?(y/n): y
Installing CHCP CLI client...
CLI for plugin is installed. You are good to go. For more information use "cordova-hcp --help"
=================================================
The text was updated successfully, but these errors were encountered:
ptarjan
changed the title
Install script hangs if you answer yes
Install script hangs
Sep 25, 2015
ptarjan
changed the title
Install script hangs
Install script hangs when using ionic
Sep 25, 2015
Updated installation hook - no more user input requests for CLI client. ionic plugin add cordova-hot-code-push-plugin will not hang. Issue will be closed after the release.
I ran this:
And now it is hung.
pstree
only gives me:with no children. Doing it again with
cordova
works:The text was updated successfully, but these errors were encountered: