Closed mgabeler-lee-6rs closed 4 years ago
Hey @mgabeler-lee-6rs, this bufferutil
issue is widely known one and right now, it works well on node@6.10.2
and npm@6.4.1
- but you are right, it should be fixed universally and bufferutil
version should be updated from v1
to latest
in our package.json
.
Let me work on and test this! I will let you know here by the end of today!
Thanks again!
it's already been fixed!
The 1.x version of
bufferutil
in use does not work for node 10.x:Updating the
bufferutil
andutf-8-validate
dependency to the current release addresses this, but I don't know if that "works" because it now insists on running asroot
, which is not viable in my environment.