Closed p1n5u closed 8 years ago
Thanks for the PR. Instead of including those dependencies, I think it might make more sense to exclude ws
. Can you add this to your package.json and see if it fixes the errors you're getting?
"browser": {
"ws": false
},
Thx for the idea, but unfortunately it only works with the two packages above installed. I tried to put the browser
section to my projects package.json
and to the one of the angular-wamp
package.
Added
utf-8-validate
andbufferutil
dev dependencies to prevent module not found errors when usingbrowserify
to include npm packages.