DEPRECATED-node-zlib icon indicating copy to clipboard operation
DEPRECATED-node-zlib copied to clipboard

DEPRECATED – Simple, synchronous deflate/inflate for node.js buffers

Results 11 DEPRECATED-node-zlib issues
Sort by recently updated
recently updated
newest added

I am getting error while installing anything using npm. 21783 verbose stack Error: [email protected] preinstall: `node-waf clean || true; node-waf configure build` 21783 verbose stack spawn ENOENT 21783 verbose stack...

Because Node 0.6 will have built in zlib support, calling `require("zlib")` to load this module no longer works since the built in version overrides the npm package. I use this...

Why is this deprecated? The node.js built in is async only...

Hello, installing ``` npm install zlib ``` I have error ``` ~/work/kuku/app • npm install zlib --save 19:40 dima@Dmitrys-MacBook-Pro - > [email protected] preinstall /Users/dima/work/kuku/app/node_modules/zlib > node-waf clean || true; node-waf...

``` npm ERR! [email protected] preinstall: `node-waf clean || true; node-waf configure build` npm ERR! spawn Unknown system errno 203 npm ERR! npm ERR! Failed at the [email protected] preinstall script. npm...

Hi Konstantin, I was unable to install zlib on on my RHEL environment. Console output from running 'npm install zlib' as root user is below: ``` [root@dhcppc36 node]# npm install...

Hi! I was working on some small refactoring for your great zlib bindings module. Could you please take a look at this and probably pull it into your repo after...

Hello, It would be nice if node-zlib could operate on streams and inflate/deflate on the fly. Thank you very much.

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...