djcas9 / komanda

The IRC Client For Developers
http://komanda.io
MIT License
1.78k stars 75 forks source link

"Unable to download nodewebkit" error #232

Open gniezen opened 9 years ago

gniezen commented 9 years ago

When running grunt build it crashes with

Fatal error: Unable to download nodewebkit.

It seems the problem is that node-webkit builder moved from http://dl.node-webkit.org to http://dl.nwjs.io/.

I solved it by changing the downloadURL in ./node_modules/grunt-node-webkit-builder/node_modules/node-webkit-builder/lib/index.js, but I suppose the solution here is to make sure that Komanda works with the latest version of node-webkit-builder?

Alex-D commented 9 years ago

The problem can be solved by this PR I think : https://github.com/mllrsohn/grunt-node-webkit-builder/pull/128