-
Notifications
You must be signed in to change notification settings - Fork 302
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
download of version v0.13.0 fails on linux64 #222
Comments
Hey! var nw = new NwBuilder({ |
Thanks for the tip! Actually I'm using the nwbuild command under linux so i run: nwbuild -r src/ src folder being my source folder :) Maybe there is a way to set this parameter with the command line tool ?
|
nwbuild -v v0.12.1 src/ |
It works like a charm, thanks! 2015-05-11 11:52 GMT+02:00 Arthur Michel notifications@github.com:
|
Thanks so much arthurmichel, |
From #226 (comment):
|
Ignore last comment. I've published 1.0.12 which fixes this. It now validates the latest version (i.e. checks that it's not an alpha build). |
How can i install a certain version not the latest, i want specifically the 'node-webkit-v0.8.6-win-ia32' version. In advanced, thanks for you hard work!. |
Pass |
@estvmachine Sorry, submitted that early. Either put |
running version 1.0.12 but still having issue with this. if I run:
I get: Downloading: http://dl.nwjs.io/v0.13.0/nwjs-v0.13.0-linux-x64.tar.gz If i run
it works. |
The workaround works but does not make sense to have the default throw an error due to alpha status. |
for me, added |
@adam-lynch works for me, thanks |
When running command nwbuild the script tries to download version v0.13.0 from http://dl.nwjs.io/v0.13.0 but fails since there is no version available. I mean yes there is one in fact but it's path is:
http://dl.nwjs.io/v0.13.0/alpha0/.
nwbuild will also fail to start if there is no network connection.
The text was updated successfully, but these errors were encountered: