Closed ticlaudeberube closed 9 years ago
I have met the same problem on MacOS to build platforms:['win'] ...
After updating NPM, it works
Looks like it was a proxy problem. Downloaded it manually and unzipped it in cache folder. Works now.
Thanks,
On Fri, Sep 26, 2014 at 7:39 AM, northwind notifications@github.com wrote:
After updating NPM, it works
— Reply to this email directly or view it on GitHub https://github.com/mllrsohn/grunt-node-webkit-builder/issues/105#issuecomment-56950615 .
Claude Bérubé, PMP, PSM claude.berube@gmail.com 514-529-0338
Sorry we didn't get to this sooner. FYI, bugs like this should be logged at the node-webkit-builder issue tracker.
I can download the file manually but cannot disable download which fails with 410. Any clarifications would be appreciated.
nodewebkit: { options: { version: '0.10.2', forceDownload: false, credits: 'credits.html', platforms: ['win'], buildDir: '<%= pkg.root %>/webkitbuilds/' }, src: '<%= pkg.root %>/acElectrical/**' }
grunt.registerTask('standaloneAC', ['nodewebkit']);
C:\workspace\CGSS\trunk>grunt standaloneAC Running "nodewebkit:src" (nodewebkit) task Using v0.10.2 Create cache folder in C:\workspace\CGSS\trunk\cache\0.10.2 Downloading: http://dl.node-webkit.org/v0.10.2/node-webkit-v0.10.2-win-ia32.zip Recieved status code 410: Gone Fatal error: Unable to download nodewebkit.