forked from expressjs/compression
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Doesnt install on windows 10 64bit pro #18
Comments
Make sure you have all you need for this to work. https://github.com/nodejs/node-gyp#option-1 |
scttdavs
pushed a commit
to scttdavs/shrink-ray
that referenced
this issue
Nov 2, 2018
….0.0 Update node-zopfli-es to the latest version 🚀
Doesn't installed : complete yarn log : https://gist.github.com/CodeIter/f4d14221b9cb2ca1aa28e226215d93c6 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 node-zopfli@1.4.0 and node@12.10.0 (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 node-zopfli@1.4.0 and node@12.10.0 (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)
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: