stef / libopaque

c implementation of the OPAQUE protocol with bindings for python, php, ruby, lua, zig, java, erlang, golang, js and SASL.
GNU Lesser General Public License v3.0
69 stars 10 forks source link

I have issues using libopaque for js side. I also tried to install libopaque through npm but it also gives me error #33

Closed sofiawong closed 1 year ago

sofiawong commented 1 year ago

I have issues using libopaque for js side. I also tried to install libopaque through npm but it also gives me error

This error occurs when I paste libopaque.js inside the node modules folder. I already install fs module image

@stef Thanks!

Originally posted by @sofiawong in https://github.com/stef/libopaque/issues/30#issuecomment-1225479927

sofiawong commented 1 year ago

I have issues using libopaque for js side. I also tried to install libopaque through npm but it also gives me error

This error occurs when I paste libopaque.js inside the node modules folder. I already install fs module image

@stef Thanks!

I solved the issue by downgrading react-scripts v 5.0.1 to v 4.0.0 to resolve the fs module not found