This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
npm install on windows requires C:\OpenSSL-Win64 #19
Comments
and just to make things even more fun it is looking for a lib that doesn't even exist in the latest versions at https://slproweb.com/products/Win32OpenSSL.html |
it appears to be an optional dependency so maybe we can opt out |
@bsclifton - may i impose on you to take a look at this and determine the "simplest" fix??? thanks! |
the simplest fix might be generating a prebuilt binary. I also opened a ticket cryptocoinjs/secp256k1-node#108 |
I updated documentation in the wiki (calling out using the older version... pre 1.1.0) for the time being, until we can work this out 😄 |
@bsclifton - anything to be done now or are we still in a holding pattern? |
@mrose17 no update as far as I know |
OBE |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running npm install on browser-laptop windows will produce an error that npm install tries very hard to hide from you
unfortunately after that error it proceeds to do a bunch of other stuff that makes it look like everything ran fine unless you notice
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
which you might interpret to be a non-error for the optional dependency.secp256k1
is added by a bitcoin library and we need to do something to remove the openssl dependency. I have no idea why it exists in the first place because node has openssl built-in.The text was updated successfully, but these errors were encountered: