node-inspector / v8-debug

v8 debugger extending API
BSD 2-Clause "Simplified" License
45 stars 21 forks source link

Install error #6

Closed popomore closed 8 years ago

popomore commented 9 years ago

Can't get the tarball which is https://node-inspector.s3.amazonaws.com/debug/v0.3.1/node-v14-darwin-x64.tar.gz

> v8-debug@0.3.1 install /Users/popomore/nvm/v0.11.12/lib/node_modules/node-inspector/node_modules/v8-debug
> node-pre-gyp install --fallback-to-build

node-pre-gyp http GET https://node-inspector.s3.amazonaws.com/debug/v0.3.1/node-v14-darwin-x64.tar.gz

use curl to download the tarball

curl https://node-inspector.s3.amazonaws.com/debug/v0.3.1/node-v14-darwin-x64.tar.gz
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>debug/v0.3.1/node-v14-darwin-x64.tar.gz</Key><RequestId>13F97BBE9594E2F7</RequestId><HostId>iscPnFCCXR7obLuQydFeKfHPWw3zS71fJf9sr6fYO2leFWrmoqDFhPXbEnuahUur8Ta6UuuSnOs=</HostId></Error>%   
3y3 commented 9 years ago

Unfortunately we don't have prebuild binaries for mac. There is opened issue about this

AshCoolman commented 9 years ago

binaries for mac would be useful

3y3 commented 9 years ago

I added some fixes to v8-profiler and v8-debug. Also I added prebuild binaries for Linux and OSX. Please try to reinstall node-inspector now.

popomore commented 9 years ago

Is it not supported in 0.11.12?

3y3 commented 9 years ago

For unstable version I use 0.11.13 release (not 0.11.14, because there doesn't exist a correct Win x64 version).

Correct me, but it seems to me what 0.11.12 has corrupted binary packages system?