Dica-Developer / generator-node-webkit

Yeoman generator for nwjs applications
MIT License
282 stars 40 forks source link

Latest version of NW.JS not detected #67

Closed ismaild closed 9 years ago

ismaild commented 9 years ago

Hi,

The generator only detects an old version of NW.JS which is v0.10.5, if you try an enter the latest version i.e 0.11.6 it errors with URL not found.

Though the version exists see: http://dl.nwjs.io/

mschaaf commented 9 years ago

It works for me. How did you specify the version?

micc83 commented 9 years ago

Same problem here: screen shot 2015-02-22 at 15 35 07

Sorry... I've just figured out that I should have put a v before the version. Working ok now but how come v1.0.5 is the default version?

mschaaf commented 9 years ago

Working ok now but how come v1.0.5 is the default version?

It is because for being up to date with every release we have to update the generator very frequently thats what we have no time for and thats why you can edit it.

micc83 commented 9 years ago

Hi @mschaaf, I understand. Thank you for the the answer and thank you for generator-node-webkit :smile: