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

Upgrade node-zopfli to 2.0

Open ShimShamSam opened this issue 8 years ago • 4 comments

I'm using Windows and node-zopfli currently throws an error when trying to download the prebuilt binaries. This has been fixed in v2.0 as noted here.

ShimShamSam avatar Aug 18 '16 21:08 ShimShamSam

+1

6farer avatar Oct 24 '16 03:10 6farer

It looks like this has been fixed on master

Awk34 avatar Apr 11 '17 23:04 Awk34

Try this npm install -g bruce-one/node-zopfli before install, should fix this problem

studentIvan avatar Mar 29 '18 15:03 studentIvan

deep dependency deprecated, may be fixed by updating [email protected] -> [email protected] yarn log :

yarn add shrink-ray@*
yarn add v1.17.3
[1/6] Validating package.json...
[2/6] Resolving packages...
warning shrink-ray > node-zopfli > node-pre-gyp > [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
warning shrink-ray > node-zopfli > node-pre-gyp > request > [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
warning shrink-ray > node-zopfli > node-pre-gyp > hawk > [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning shrink-ray > node-zopfli > node-pre-gyp > hawk > [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning shrink-ray > node-zopfli > node-pre-gyp > hawk > cryptiles > [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning shrink-ray > node-zopfli > node-pre-gyp > hawk > [email protected]: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
warning shrink-ray > node-zopfli > node-pre-gyp > hawk > [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning shrink-ray > node-zopfli > node-pre-gyp > hawk > boom > [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning shrink-ray > node-zopfli > node-pre-gyp > hawk > sntp > [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).

CodeIter avatar Sep 26 '19 15:09 CodeIter