Skip to content
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

Closed
elieobeid7 opened this issue May 20, 2015 · 8 comments

Comments

@elieobeid7
Copy link

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.

@NetOpWibby
Copy link

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 alpha, instead of just being in the root folder. I'm not doing development on my nw.io project at the moment, so I'll wait until 0.13 comes out of alpha, but it is kinda of annoying.

@elieobeid7
Copy link
Author

@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

@chevcast
Copy link

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 ;)

@adam-lynch
Copy link
Contributor

Just specify the version now until this is fixed. Closing this in favour of #222

@elieobeid7
Copy link
Author

sorry for the late reply guys, will try it tomorrow and mark it as fixed, thanks for your help

@adam-lynch
Copy link
Contributor

@elieobeid7 No problem... I've closed the issue. I've just pushed a fix for the problem now as well. New version coming soon.

@wind13
Copy link

wind13 commented Sep 10, 2015

The version 0.13.0-alpha3 does not have a corresponding build posted at http://dl.nwjs.io/.

I got this error today.

@Fasani
Copy link

Fasani commented Oct 3, 2015

It works when I do what chevex said:

By using version: '0.12.2' it built successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants