filternet icon indicating copy to clipboard operation
filternet copied to clipboard

npm version is outdated (and broken)

Open dbuezas opened this issue 10 years ago • 1 comments

it has the inexisting buffer requirement

dbuezas avatar Sep 17 '15 16:09 dbuezas

Install the module locally (npm install filter net) Update node_modules/filternet/package.json - to change the dependency Re-run npm install.

 "dependencies": {
    "bufferjs": "~ 1.0.0"
  },

divyavanmahajan avatar Jan 16 '16 04:01 divyavanmahajan