shama/nodewebkit

Installation of v0.9.2 failing on Mac OS X

jonkoops opened this issue · 1 comments

I'm trying to install version 0.9.2 of node-webkit by running npm install -g nodewebkit@0.9.2, but it seems to fail when trying to download the non-existent file http://s3.amazonaws.com/node-webkit/v0.9.2/node-webkit-v0.9.2-osx-ia32.zip.

This is the full error message:

/usr/local/lib/node_modules/nodewebkit/node_modules/zip/zip.js:281
        throw new Error("ZIP end of central directory record signature invalid
              ^
Error: ZIP end of central directory record signature invalid (expects 0x06054b50, actually 0x6d783f3c)
    at Reader.readEndOfCentralDirectoryRecord (/usr/local/lib/node_modules/nodewebkit/node_modules/zip/zip.js:281:15)
    at Reader.iterator (/usr/local/lib/node_modules/nodewebkit/node_modules/zip/zip.js:317:28)
    at Reader.forEach (/usr/local/lib/node_modules/nodewebkit/node_modules/zip/zip.js:351:25)
    at WriteStream.<anonymous> (/usr/local/lib/node_modules/nodewebkit/scripts/install.js:51:12)
    at WriteStream.emit (events.js:117:20)
    at finishMaybe (_stream_writable.js:360:12)
    at afterWrite (_stream_writable.js:280:5)
    at onwrite (_stream_writable.js:270:7)
    at WritableState.onwrite (_stream_writable.js:97:5)
    at fs.js:1688:5

Please install the latest 0.9.2 version with: npm i -g nodewebkit@0.9.2-6. Unfortunately the latest meta version doesn't resolve and I can't publish over previous versions.