nwjs / grunt-nw-builder

Build NW.js applications for Mac, Windows and Linux using Grunt
https://www.npmjs.com/package/grunt-nw-builder
MIT License
793 stars 141 forks source link

Unable to download nodewebkit. #105

Closed ticlaudeberube closed 9 years ago

ticlaudeberube commented 10 years ago

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.

northwind commented 10 years ago

I have met the same problem on MacOS to build platforms:['win'] ...

northwind commented 10 years ago

After updating NPM, it works

ticlaudeberube commented 10 years ago

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

http://clients.teksavvy.com/~cberube/

adam-lynch commented 9 years ago

Sorry we didn't get to this sooner. FYI, bugs like this should be logged at the node-webkit-builder issue tracker.