-
Notifications
You must be signed in to change notification settings - Fork 463
Conversation
@Stuyk Thanks so much for submitting this PR! :) I don't have a Windows system to verify the issue and the fix. So we're sure we're understanding, could you provide more description on when and what happens that fails, and how your script fixes it?
Please correct my understanding above as needed. |
Your understanding is correct; sometimes on Windows depending on the environment the As a side note; I haven't been able to reproduce it today after trying a few different ways I was doing it before. |
Additional Comment. Just figured out how I came across it. Able to reproduce by making a clone of this repo; and doing Then we're left with:
And that's the issue that is being resolved. :) |
Perfect @Stuyk . Totally clear now. Lastly, final confirmation... you're seeing this on the cmd.exe commandline, not trying to run in WSL (Window Linux Subsystem), right? I'm curious if this works (as I suspect it would) in the WSL environment. Not to beat a dead horse, but changes we don't add are changes that are most thoroughly tested and reliable. :) So I'd like to know as precisely as possible what we're accomplishing and what other options we might have in the future... Thanks again for your support on this. |
I'm seeing this in Powershell, and CMD. I currently do not have a subsystem installed since I just dual boot into Linux. |
Thanks again @Stuyk . Until next time :) |
Added a small script that copies
ripemd.es5.js
to thedist
folder. Otherwise this repo does not currently work on windows.