google / pprof-nodejs

pprof support for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot npm install pprof@2.0.0 with node 12.16.1

Richard-Scap opened this issue · comments

node: 12.16.1
npm: 6.13.4
os x: 10.15.3

npm i pprof

> pprof@2.0.0 install /Users/scap/rfusion/api/node_modules/pprof
> node-pre-gyp install --fallback-to-build

node-pre-gyp WARN Using needle for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): https://storage.googleapis.com/cloud-profiler/pprof-nodejs/release/v2.0.0/node-v72-darwin-x64-unknown.tar.gz
node-pre-gyp WARN Pre-built binaries not found for pprof@2.0.0 and node@12.16.1 (node-v72 ABI, unknown) (falling back to source compile with node-gyp)
Traceback (most recent call last):

This was actually an issue with node-gyp and resolved with nodejs/node-gyp#1917 (comment)