-
Notifications
You must be signed in to change notification settings - Fork 195
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
Error: Cannot find module 'bufferutil' during browserify #103
Comments
Fixed with |
nope, I think this is somewhere within this module: webpack doesnt work as well. |
I vote for |
This was handled in fdfea1f |
Don't you need this in production? (was added to |
any insights here? i believe @odedniv is right.. |
I've not needed to install those dependencies, because anyway when I running the node.js server, it throw an error in socket.io, so what I've done is exclude those dependencies |
I'm facing similar problem (with webpack):
|
Drive by comment, I came across this same error when including |
If your client is in browser you can use my fork to resolve this issue. |
This seems to have been deleted. I needed it for an old project. In case anyone is here looking for it, I have it up at 'Araevin/angular-websocket'. |
npm list
:App.js
Command
browserify app.js -o bundle.js
gives:The text was updated successfully, but these errors were encountered: