djcas9 / komanda

The IRC Client For Developers

Home Page:http://komanda.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Unable to download nodewebkit" error

gniezen opened this issue · comments

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?

The problem can be solved by this PR I think : nwjs/grunt-nw-builder#128