-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
zeit/hyper: Error: The specified module could not be found. #710
Comments
Hello, this looks like a DLL conflict. Please can you try opening the |
For all the following it says
I installed the Windows Build Tools via https://github.com/felixrieseberg/windows-build-tools |
Ok, I'm sorry, I feel really dumb, so many little problems today, I just didn't restart after installing the build tools. Appreciate your fast response! |
I suppose i should create an issue in https://github.com/zeit/hyper |
All the DLL files listed look like system files, so they're unlikely to be the problem if you've managed to get it working. As for opening a second tab, is this only the case with Hyper? Does attempting to run in a second tab also produce the same |
Yeah, that's the error I'm seeing, only in a second (or more) tab and only in Hyper. I don't have that problem with Cmder or multiple windows of straight up PowerShell. |
How does Hyper manage multiple tabs? Separate processes? Do you have the same problem with other native modules, e.g. bcrypt? |
i can reproduce the same error with bcrypt
When i start hyper it seems it creates 2 processes of powershell.exe, for the second tab a third process starts. I'm afraid that's all i can tell you. |
If the same problem occurs with other native modules then this looks like a problem with the way Hyper manages processes and shared libraries rather than something specific to sharp (or bcrypt). Please can you report this upstream. |
I'm on Windows 10 Pro (x64), build seems to work, but
require
fails.The text was updated successfully, but these errors were encountered: