To reproduce:
$ cordova create InstallTest
Creating a new cordova project.
$ cd InstallTest/
$ jxc install
Latest jxcore-cordova version: 0.1.0
Downloading: http://az836273.vo.msecnd.net/0.1.0/io.jxcore.node.jx
Attempt 3 / 3
Error status code: 404
The root cause seems to be that here:
https://raw.githubusercontent.com/jxcore/jxcore-cordova/master/package.json
The latest version is already 0.1.0, but it hasn't been uploaded to the release hosting site.
I assume this gets fixed automatically when the release is made, but wanted to create an issue to give visibility that this kind of breakage might occur also in the future if git master branch version is updated before a release is made.
To reproduce:
The root cause seems to be that here:
The latest version is already
0.1.0, but it hasn't been uploaded to the release hosting site.I assume this gets fixed automatically when the release is made, but wanted to create an issue to give visibility that this kind of breakage might occur also in the future if git master branch version is updated before a release is made.