snipking / cordova-hot-code-push

Plugin add hot update ability to cordova app
MIT License
35 stars 15 forks source link

Old [deprecated] version tries to install when re-adding platform #1

Closed swindex closed 5 years ago

swindex commented 5 years ago
Problem

Plugin works fine but if i remove the platform (which is fairly often), cordova tries to install the old nordnet/cordova-hot-code-push-plugin instead of your cordova-hot-code-push-plugin-renew

Steps to reproduce
  1. cordova platform add ios
  2. cordova plugin add cordova-hot-code-push-plugin-renew
  3. cordova platform remove ios
  4. cordova platform add ios <<<<- this causes the "version not found" error
System info

Run cordova info (or ionic info) and paste it here, or give us information like:

PS great work, love the updates! PPS yes, i know i can just add the forked repository, but it does not look as nice in the configs