arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Console errors re: sodium-chloride #132

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

These two messages have always been logged to the console when I try to load this:

error loading sodium bindings: Cannot find module 'sodium-chloride'
falling back to javascript version.

Would be nice if we could find a way to get rid of those so the page doesn't display any errors unless there's an actual error.

arj03 commented 3 years ago

Yes!

KyleMaas commented 3 years ago

This should fix this:

https://github.com/ssb-js/chloride/pull/27

KyleMaas commented 3 years ago

Hm. Somehow this isn't fixed. Something must still be pulling in an older version of chloride.

@arj03 Could you help me hunt this down please?

arj03 commented 3 years ago

Try again. Seems to be working for me.

KyleMaas commented 3 years ago

That did it. Thanks!