[x ] I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: Windows 10 WSL2
I can't run the hyper cli when i run the command the above error occured. my machine are windows 10 with wsl2 running in ubuntu.
Encountering the same error.
can you try with the ci build once
can you try with the ci build once
Flashing back as soon as it opens
Looks like this issue is still open. Just wondering if there have been any thoughts on how to fix this. I have the same issue with the same OS and Hyper.app version.
One of the ways to solve this problem and pasting it: alias hyper="cmd.exe /c hyper" in zshrc or bashrc file
It worked for me on Windows 10 with WSL2 馃槉
I just tried to install a hypercwd plugin and encountered the same issue. alias hyper="cmd.exe /c hyper" in bashrc helped with the installation, but I'm running into JS error when opening a new tab now in WSL. It works perfectly in Windows PowerShell though.
JS error enclosed.

@dominikfiala Have you had any fixing hypercwd?
3.1.0-canary.4 worked better for me
if you need to install something urgent change the .hyper.js file with:
shell: '',
shellArgs: [],
restart the terminal
now you should have the default cmd.exe and you can run
hyper install....
Having the same issue!
Most helpful comment
Encountering the same error.