shrink-ray icon indicating copy to clipboard operation
shrink-ray copied to clipboard

Doesnt install on windows 10 64bit pro

Open nigel-dewar opened this issue 8 years ago • 2 comments

Just wasted 2 hours trying to install angular-fullstack only to find this npm package is the culprit.

I see others and having trouble with it too.

nigel-dewar avatar Nov 28 '17 08:11 nigel-dewar

Make sure you have all you need for this to work. https://github.com/nodejs/node-gyp#option-1

radum avatar Nov 30 '17 09:11 radum

Doesn't installed : yarn add shrink-ray@*

complete yarn log : https://gist.github.com/CodeIter/f4d14221b9cb2ca1aa28e226215d93c6 error summary :

Command: node-pre-gyp install --fallback-to-build
Arguments:
Directory: X:\Documents\codes\instream\node_modules\node-zopfli
Output:
...
node-pre-gyp http 403 https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v72-win32-x64.tar.gz
node-pre-gyp ERR! Tried to download(403): https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v72-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v72 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp http 403 status code downloading tarball https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v72-win32-x64.tar.gz
node-pre-gyp ERR! Tried to download(undefined): https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v72-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v72 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp http Connection closed while downloading tarball file
...
(lot of zopfli*.cc compilation error)
...

CodeIter avatar Sep 26 '19 16:09 CodeIter