Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code no longer works with current package.json #17

Open
pauloguimaraes opened this issue Nov 8, 2018 · 0 comments
Open

Code no longer works with current package.json #17

pauloguimaraes opened this issue Nov 8, 2018 · 0 comments

Comments

@pauloguimaraes
Copy link

The current version of code actually does not work. ):
The issue is related with the Elliptic version required in package.json.

The npm install command will try to install "^6.4.0" Elliptic version, which refers now to the 6.4.1 version. This Elliptics version have some different methods call, implying that the code no longer compile.

One alternative is require the specific Elliptic version, e.g.:
"elliptic":"6.4.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant