DEPRECATED-node-zlib
DEPRECATED-node-zlib copied to clipboard
zlib_bindings file is missing
trafficstars
I have encountered the same error, please post an update if you resolved it @muhammadAdnan01
@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.
if you are using webpack then you can do this:
alias: {
zlib: require.resolove('browserify-zlib')
},
Any solution if we are using gulp?