Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Install script hangs when using ionic #8

@ptarjan

Description

@ptarjan

I ran this:

$ 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

And now it is hung. pstree only gives me:

 |         |     \--- 06073 pt node /usr/local/bin/cordova plugin add cordova-hot-code-push-plugin

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"
=================================================

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions