-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Installation fails with tiny-secp256k1 on node v10 for v10.9.0 and earlier #1288
Comments
I'll look into it. |
This broke as well.
But this installed fine.
I also tested against v10.14.2 and it worked. Could you try installing the latest node?
|
looks like a bug with v10.9.0... |
I confirmed the problem persists for 8,7,6, and 5 minor versions of v10 as well. |
It seems to be fixed in [email protected] nodejs/nan#833 |
I can not install bitcoinjs-lib too,
the error:
installing |
@aminmazi That error is not related to this issue. You may be using python 3 but it’s not supported by node-gyp. |
@kento1218 Thank you very much. |
It seems that this issue can be closed? @junderw |
Just incase anyone is having this issue and wants to fix it witout installing python 3, if you are using Anacode you can switch your env using command activate env-python-2.7 see all available enviornments in Anaconda conda env list |
Python2 seems to be unsupported soon. When are you going to move to Python3? |
What do you mean "you"? python 2 is used by node-gyp we use node-gyp If you'd like to make a version of node-gyp that uses python 3, let us know. |
Had this same issue with node v12.18.3. Installing node v10.14.2 corrected the problem. |
It installs properly for me:
|
No npm chatter? Unfortunately I closed all the terminal(s) that had my error messages. Windows 10 build 19041.985 . Both Windows and WSL2. As stated, installing v10.14.2 corrected the problem - on WSL2, specifically. |
The problem with npm is that lots of error messages appear, but that doesn't mean the installation failed.
Then all you need to do is figure out if the command failed or succeeded... in bash (posix shells) that would be adding For Windows, I don't know how you'd do that. |
Here is the final output of the error log:
The text was updated successfully, but these errors were encountered: