-
Notifications
You must be signed in to change notification settings - Fork 12
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
npm install bip-ed25519 - not found #1
Comments
apply the following patch to package.json and redo the "npm install"
|
@mjackson001 thanks! |
ok, this brought my one important step forward. When I tried this script around a month ago I wasn't able to get this bip-ed25519 installed. (the package.json at that time contained a bip-ed25519 name, but that pointed to another URL. npm debug.log at that time looked like
after quite a lot of time spend on this (as a newbie) I gave up at that time. Now it's a different error and it looks more like I'm not allowed to fetch this package from git@github.com:ilap/BIP32-Ed25519.git
when I try to run the git command in cli i get this error
|
this would be a permission issue with ssh / github. see if this helps: https://help.github.com/articles/error-permission-denied-publickey/ |
I'm still struggling with this (my) issue. (Windows 10 PC) but still both I was able to run But this now results in these warnings and errors
|
I see you're on Windows. I don't have any Windows machines to test with, but I expect that might be part of, if not the entire issue. I install OK running Linux here. |
ok, I read some docs and even if my last lines of cpp code were written in the former millennium, if found adding this 3 lines (2 inlcudes and one pragma lib link) allowed me to compile and install the package. https://github.com/gufmar/BIP32-Ed25519/commits/master/src/ed25519.c I have no idea if this is fully correct and save, or if it will break functionality on other environments. |
Hi!
Thanks for sharing :) it’s not currently working for me, because bip-ed25519 is missing in the package.json dependencies. If I try to install it manually by doing npm install bip-ed25519, I get that it wasn’t found :-/
The text was updated successfully, but these errors were encountered: