node-inspector / v8-profiler

node bindings for the v8 profiler
BSD 2-Clause "Simplified" License
1.13k stars 134 forks source link

node-pre-gyp ERR! Tried to download(404): https://node-inspector.s3.amazonaws.com/profiler/v5.7.0/node-v64-darwin-x64.tar.gz #126

Open albesdev opened 6 years ago

albesdev commented 6 years ago

npm install v8-profiler npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but npm-shrinkwrap.json was generated for lockfileVersion@0. I'll try to do my best with it!

v8-profiler@5.7.0 preinstall /Users/albe///noaudit_backend/node_modules/v8-profiler node -e 'process.exit(0)'

v8-profiler@5.7.0 install /Users/albe////node_modules/v8-profiler node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download(404): https://node-inspector.s3.amazonaws.com/profiler/v5.7.0/node-v64-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for v8-profiler@5.7.0 and node@10.4.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp ERR! Tried to download(undefined): https://node-inspector.s3.amazonaws.com/profiler/v5.7.0/node-v64-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for v8-profiler@5.7.0 and node@10.4.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp) gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR

gaohuifeng commented 6 years ago

v8-profiler@5.7.0 preinstall /Users/ghf/workspace/test/node_modules/v8-profiler node -e 'process.exit(0)'

v8-profiler@5.7.0 install /Users/ghf/workspace/test/node_modules/v8-profiler node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download(404): https://node-inspector.s3.amazonaws.com/profiler/v5.7.0/node-v64-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for v8-profiler@5.7.0 and node@10.1.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)

albesdev commented 6 years ago

I've tried to reinstall node-pre-gyp but nothing changes

KindWizzard commented 6 years ago

Same here

pbassut commented 6 years ago

Same here

diegofontenelle commented 5 years ago

Anyone has a fix for this?

I have removed and installed a fresh node and npm. It did fix the problem for a while, but today I tried adding a new package and got the error back.

cj-vidas-toleikis commented 5 years ago

The latest version is v51 in S3 bucket , there is no v64...

DeanNotDin commented 5 years ago

Any updates on this issue? Cannot compile it manually with node-gyp

albertbuchard commented 5 years ago

same here

marianstdt commented 5 years ago

any news on this?

fkleuver commented 5 years ago

Facing this issue as well when I tried following a WebStorm guide on profiling.

Seems this project is dead though :(

image

mccord commented 5 years ago

Same issue for me. Does anyone know of an alternative library that allows you to start and stop the profiler in code?

hyj1991 commented 5 years ago

@mccord v8-profiler-node8 or v8-profiler-next

ccinelli commented 5 years ago

v8-profiler-node8 has problems. I got:

...
22:26:25 [4/4] Building fresh packages...
22:26:32 error /home/jenkins/workspace/app/node_modules/v8-profiler-node8: Command failed.
22:26:32 Exit code: 1
22:26:32 Command: node-pre-gyp install --fallback-to-build
22:26:32 Arguments: 
22:26:32 Directory: /home/jenkins/workspace/app/node_modules/v8-profiler-node8
22:26:32 Output:
22:26:32 node-pre-gyp info it worked if it ends with ok
22:26:32 node-pre-gyp info using node-pre-gyp@0.13.0
22:26:32 node-pre-gyp info using node@10.16.3 | linux | x64
22:26:32 node-pre-gyp WARN Using request for node-pre-gyp https download 
22:26:32 node-pre-gyp info check checked for "/home/jenkins/workspace/app/node_modules/v8-profiler-node8/build/profiler/v6.1.1/node-v64-linux-x64/profiler.node" (not found)
22:26:32 node-pre-gyp http GET https://node-inspector.s3.amazonaws.com/profiler/v5.7.0/node-v64-linux-x64.tar.gz
22:26:32 node-pre-gyp http 404 https://node-inspector.s3.amazonaws.com/profiler/v5.7.0/node-v64-linux-x64.tar.gz
22:26:32 node-pre-gyp WARN Tried to download(404): https://node-inspector.s3.amazonaws.com/profiler/v5.7.0/node-v64-linux-x64.tar.gz 
22:26:32 node-pre-gyp WARN Pre-built binaries not found for v8-profiler-node8@6.1.1 and node@10.16.3 (node-v64 ABI, glibc) (falling back to source compile with node-gyp) 
22:26:32 node-pre-gyp http 404 status code downloading tarball https://node-inspector.s3.amazonaws.com/profiler/v5.7.0/node-v64-linux-x64.tar.gz 
22:26:32 gyp info it worked if it ends with ok
22:26:32 gyp info using node-gyp@3.8.0
22:26:32 gyp info using node@10.16.3 | linux | x64
22:26:32 gyp info ok 
...

Note the mismatch v6.1.1 and v5.7.0.

cdTigr commented 4 years ago

how is going now? still can't install