komanda icon indicating copy to clipboard operation
komanda copied to clipboard

"Unable to download nodewebkit" error

Open gniezen opened this issue 10 years ago • 1 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?

gniezen avatar Jan 28 '15 12:01 gniezen

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

Alex-D avatar Jan 28 '15 12:01 Alex-D