You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the library to run a nodejs library (https://github.com/personaelabs/spartan-ecdsa). When I install and import the library in the main.js script it crashes with error {"code":"ERR_NO_ICU"}
the import I am trying to do is this
const { MembershipProver, MembershipVerifier, Poseidon, Tree } = require('@personaelabs/spartan-ecdsa');
Any idea what is this or how to get past this ?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
First of all the library is awesome.
I am trying to use the library to run a nodejs library (https://github.com/personaelabs/spartan-ecdsa). When I install and import the library in the main.js script it crashes with error
{"code":"ERR_NO_ICU"}
the import I am trying to do is this
Any idea what is this or how to get past this ?
Thank you
The text was updated successfully, but these errors were encountered: