You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
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 text was updated successfully, but these errors were encountered:
When running
grunt build
it crashes withIt seems the problem is that node-webkit builder moved from
http://dl.node-webkit.org
tohttp://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 text was updated successfully, but these errors were encountered: