-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: use pnpm instead of yarn #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- README should be update (yarn installation)
The bigint error is emitted here: https://www.npmjs.com/package/bigint-buffer?activeTab=code It is supposedly because the C bindings wasn't compiled correctly. However, I don't understand why the bindings wasn't compiled. Maybe because there is a requirement on the dev dependencies that enable compiling? I always had that secp256k1 error because of cryptocoinjs/secp256k1-node#173 I will try changing the dockerfile to use prune and see if that helps. |
It helps. I will undo the prune removal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
No description provided.