Open
Description
As noted in the issue title, the package.json file obtained during installing this package via the npm command ...
npm i redis-parser@3.0.0 OR npm i redis-parser@latest
... still contains a reference to the hiredis dependancy.
According to your change log (and actually from what I can see in your repo in latest version of master branch) this dependency has completely been removed.
Any plans to make the npm v3.0.0 package consistent with whats in your repo?
Cheers for the support.
Activity
BrettStrongEH commentedon Mar 3, 2020
additional note ... as of node v12 and breaking change with the NaN library cause the compile errors when hiredis attempts to download and install.
nitinet commentedon Mar 13, 2020
Please update the package to latest master branch
ropre4 commentedon Jun 8, 2021
It's been over a year, can there be a new release to include this fix? redis-parser, and redis packages do not work on node 12 and node 14.