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

zlib_bindings file is missing

Open muhammadAdnan01 opened this issue 3 years ago • 4 comments
trafficstars

Screenshot 2022-03-24 at 5 16 42 PM

muhammadAdnan01 avatar Mar 24 '22 12:03 muhammadAdnan01

I have encountered the same error, please post an update if you resolved it @muhammadAdnan01

adityachaudhary147 avatar Mar 25 '22 06:03 adityachaudhary147

@adityachaudhary147 As the package is DEPRECATED, I am not sure you will get any update for it. I just have to find a different solution. I will update you when I find one.

darneltaphil avatar Apr 27 '22 18:04 darneltaphil

if you are using webpack then you can do this:

      alias: {
        zlib: require.resolove('browserify-zlib')
      },

dagda1 avatar Aug 06 '22 13:08 dagda1

Any solution if we are using gulp?

nabanitaSen1993 avatar Oct 13 '22 07:10 nabanitaSen1993