Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jun 13, 2018 · 14 comments

Comments

@albesdev
Copy link

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
Copy link

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
Copy link
Author

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

@KindWizzard
Copy link

Same here

1 similar comment
@pbassut
Copy link

pbassut commented Sep 15, 2018

Same here

@diegofontenelle
Copy link

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
Copy link

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

@DeanNotDin
Copy link

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

@albertbuchard
Copy link

same here

@marianstdt
Copy link

any news on this?

@fkleuver
Copy link

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

Seems this project is dead though :(

image

@mccord
Copy link

mccord commented Apr 22, 2019

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

@hyj1991
Copy link

hyj1991 commented Apr 23, 2019

@ccinelli
Copy link

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
Copy link

cdTigr commented Dec 25, 2019

how is going now? still can't install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests