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:
ERR_NO_ICU is realtod to internationalization support builtin in nodejs.
I do not remeber exactly but there is a way to enable it by using a nodej build that includeds those features
i was able to do it tracking down build config code starting from manyverse source code. But it was a long time ago.
I think only @staltz can answer this question
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: