-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jxc install
without arguments fails
#5
Comments
Thank you @vjrantal . You're absolutely right. JXC knows the latest version number from |
BTW: if you would like to use jxc to install one of previous versions of jxcore-cordova you may simply provide its version: $ jxc install 0.0.8 |
Hi I'm having this same problem. I've been using jxc install for several months and all of the sudden the jxc install command is failing with Error status code: 404. I tried jxc install 0.0.8 but I'm getting the same result. |
@jstradli you can try the following: $ jxc install --use-mirror https://github.com/jxcore/jxcore-cordova-release |
Thank you @ktrzeciaknubisa using the mirror got me around the problem. |
Thank you that worked great. On Tue, Apr 5, 2016 at 3:16 PM, Krzysztof Trzeciak <notifications@github.com
|
I try this command.
but can't install.
|
@okhiroyuki Please download JXcore manually from here and try again with |
Hi folks, I've updated jxc 1.0.15 on npm which is using https://github.com/jxcore/jxcore-cordova-release as a primary host. Thus there is no need for |
@ktrzeciaknubisa Thx, update ! But, Still the error message This problem is solved in the jxcore s3 bucket recovery? or #5 (comment) |
@okhiroyuki The problem with
Should be solved by
|
@ktrzeciaknubisa I tried. However, the same problem .
Is this approach correct? |
Nope :)
|
@ktrzeciaknubisa |
@ktrzeciaknubisa does this mean we should no longer depend on |
Hi @jmadson I'm sorry, but I don't think I understood your question :) You can still use |
I installed the helper module - npm install -g jxc and then tried jxc install - did not work. I also tried the below on a windows machine. |
@Srividya2212 see few comments above: #5 (comment) |
I did download JXcore manually (https://github.com/jxcore/jxcore-release )into my project folder. I now see a folder named "jxcore-release" in my project folder. |
@ktrzeciaknubisa Hi. Any help on my issue? |
Hi @ktrzeciaknubisa, I've got the same issue as @okhiroyuki where The JXCore 3.1.1 for Windows binaries are downloaded to a folder in my PATH (in Windows, Any other known issues or things to check? |
I have the error: |
Have been suffering from the same problem 6 months down the line. Perhaps this deserves attention. The workaround worked for me: But then: @ktrzeciaknubisa "are you really doing it on Android?" arose from the fact that jxcore-cordova is a cordova plugin and thus it is meant to execute binaries on mobile devices, certainly not Linux or Windows. My intuition had been to download android and ios binaries as well. My intuition turns out wrong, but the confusion remains. The confusion between dev environment and execution environment. Is there anywhere that explains the subtle difference? thanks! |
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.
The text was updated successfully, but these errors were encountered: