joebandenburg / libaxolotl-javascript

A JavaScript implementation of axolotl. Axolotl is a ratcheting forward secrecy protocol.
GNU Lesser General Public License v3.0
75 stars 13 forks source link

Why is it so hard to use in a browser ? #12

Open saitamar opened 8 years ago

saitamar commented 8 years ago

I can't install it.

I tried npm in the repository folder - it returns: image

I tried with bower and it installed it, but I can't install traceur proparly. Any tips or advice ? it realy shouldn't be that hard...

joebandenburg commented 8 years ago

Node and NPM have both changed a lot since I first wrote this library. I'll test it on these versions of Node and NPM and let you know if I can reproduce the problem. Thanks.