Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bufferjs/concat was removed #10

Open
sjvanrossum opened this issue Sep 13, 2014 · 2 comments
Open

bufferjs/concat was removed #10

sjvanrossum opened this issue Sep 13, 2014 · 2 comments

Comments

@sjvanrossum
Copy link

The dependency bufferjs/concat was removed in version 2.0.0.
The following changes were necessary to resolve the issue.

Line 12:
require('bufferjs/concat'); (original)
//require('bufferjs/concat'); (changed)

Line 154:
buffer = Buffer.concat(buffer, chunk); (original)
buffer = Buffer.concat([buffer, chunk]); (changed)

@mark-hahn
Copy link

Thanks, you fixed my problem.

@divyavanmahajan
Copy link

Alternatively, update node_modules/filternet/package.json - to change the dependency and rerun npm install.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants