komanda
komanda copied to clipboard
"Unable to download nodewebkit" error
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 : https://github.com/mllrsohn/grunt-node-webkit-builder/pull/128