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

On Windows checkCliDependency() method in brefore_plugin_install hook fails, even if client installed #141

Closed
nikDemyankov opened this issue Apr 27, 2016 · 1 comment
Labels

Comments

@nikDemyankov
Copy link
Member

On Windows there are some issues with using spawnSync. For example, code:

var result = spawnSync('cordova-hcp', [], { cwd: './plugins/' + ctx.opts.plugin.id });
if (result.error) {
  // do something
}

will always give result.error as non-empty object. Plugin will be installed properly, but user will see a CLI installation suggestion message even if he already did that.

Originally issue came from: #137

@nordnet-deprecation-bot
Copy link
Contributor

👋 Hi! Thank you for your interest in this repo.

😢 We are not using nordnet/cordova-hot-code-push anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.

🔒 This will now be closed & locked.

ℹ️ Please see #371 for more information.

@nordnet nordnet locked and limited conversation to collaborators Sep 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants