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
{{ message }}
This repository was archived by the owner on May 14, 2021. It is now read-only.
The latest version of NodeJS (12.x.x) doesn't support some of the functions used by the library. In particular:
ed25519 is the culprit, it's an encryption library but it's pretty outdated and uses removed APIs in Node version 12.
I will create a PR to update the README to add a note :)