node-gcstats icon indicating copy to clipboard operation
node-gcstats copied to clipboard

gc-stats make npm/yarn crash in nodejs 14

Open bluelovers opened this issue 4 years ago • 3 comments

image

image

bluelovers avatar Jul 22 '20 02:07 bluelovers

I'm also getting this error, perhaps these lines indicate the issue?

node-pre-gyp WARN Tried to download(403): https://node-binaries.s3.amazonaws.com/gcstats/v1.5.0/Release/node-v83-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for [email protected] and [email protected] (node-v83 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp http 403 status code downloading tarball https://node-binaries.s3.amazonaws.com/gcstats/v1.5.0/Release/node-v83-darwin-x64.tar.gz

gswalden avatar Oct 29 '20 19:10 gswalden

+1

DisaPadla avatar Nov 12 '20 16:11 DisaPadla

403 issue same there

crawlers_1  | Exit code: 1
crawlers_1  | Command: node-pre-gyp install --fallback-to-build
crawlers_1  | Arguments: 
crawlers_1  | Directory: /music-observer/node_modules/gc-stats
crawlers_1  | Output:
crawlers_1  | node-pre-gyp info it worked if it ends with ok
crawlers_1  | node-pre-gyp info using [email protected]
crawlers_1  | node-pre-gyp info using [email protected] | linux | x64
crawlers_1  | node-pre-gyp WARN Using needle for node-pre-gyp https download 
crawlers_1  | node-pre-gyp info check checked for "/music-observer/node_modules/gc-stats/build/gcstats/v1.4.0/Release/node-v83-linux-x64/gcstats.node" (not found)
crawlers_1  | node-pre-gyp http GET https://node-binaries.s3.amazonaws.com/gcstats/v1.4.0/Release/node-v83-linux-x64.tar.gz
crawlers_1  | node-pre-gyp http 403 https://node-binaries.s3.amazonaws.com/gcstats/v1.4.0/Release/node-v83-linux-x64.tar.gz
crawlers_1  | node-pre-gyp WARN Tried to download(403): https://node-binaries.s3.amazonaws.com/gcstats/v1.4.0/Release/node-v83-linux-x64.tar.gz 
crawlers_1  | node-pre-gyp WARN Pre-built binaries not found for [email protected] and [email protected] (node-v83 ABI, glibc) (falling back to source compile with node-gyp) 
crawlers_1  | node-pre-gyp http 403 status code downloading tarball https://node-binaries.s3.amazonaws.com/gcstats/v1.4.0/Release/node-v83-linux-x64.tar.gz

with node:14.15.4

raphaelsoul avatar Feb 03 '21 03:02 raphaelsoul

https://node-binaries.s3.amazonaws.com/gcstats/v1.4.0/Release/node-v83-linux-x64.tar.gz

+1

sahalazj-github avatar Oct 31 '22 03:10 sahalazj-github