-
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
Do I have to downgrade Nwjs or node-webkit-builder in order to fix this error? #227
Comments
I'm seeing this issue as well (on Mac). And, this issue is because the necessary files for 0.13 are in another folder called |
@NetOperatorWibby if you ever find fix it, please let me know, I'll try the alpha soon but ain't optimistic, if it works I'll let you know too.seems we are on our own, tete a tete. I've got more errors using nodejs in my days than haskel, perl, lisp and C combined, i wish i was born in the 50s and worked in 70s and 80s and died or retired by now, i don't like working with those new hot and cool OOP languages, I prefer perl and C any day |
I solved this by just using version 0.12.2 for now. var nw = new gulp.NwBuilder({
version: '0.12.2', // override version so it stops trying to download the latest
files: ['./package.json', './build/**/*'], // use the glob format
platforms: ['osx32', 'osx64', 'win32', 'win64'],
buildDir: './release'
}); PS - I don't think you really want to work on code in the 70s or 80s :P. There weren't even step-through debuggers back then! Haha. Welcome to the Wild Wild West known as web development ;) |
Just specify the |
sorry for the late reply guys, will try it tomorrow and mark it as fixed, thanks for your help |
@elieobeid7 No problem... I've closed the issue. I've just pushed a fix for the problem now as well. New version coming soon. |
The version 0.13.0-alpha3 does not have a corresponding build posted at http://dl.nwjs.io/. I got this error today. |
It works when I do what chevex said: By using version: '0.12.2' it built successfully. |
I get this error
node-webkit-builder ERROR: The version 1.0.11 does not have a corresponding build posted at http://dl.node-webkit.org/. Please choose a version from that list.
In that list I see http://dl.nwjs.io/?C=M;O=A latest version is 0.13.0, Does it mean I have to downgrade NWJS or choose another version of the builder?
I'm using windows 8.1 (virtualbox) to build an app for all platforms.
The text was updated successfully, but these errors were encountered: