vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.35k stars 3.52k forks source link

Can't run hyper cli in windows 10 wsl #4611

Open somnus0x opened 4 years ago

somnus0x commented 4 years ago

Issue

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.

fyrfli commented 4 years ago

Encountering the same error.

LabhanshAgrawal commented 4 years ago

can you try with the ci build once

garyyeap commented 4 years ago

can you try with the ci build once

Flashing back as soon as it opens

AkimaLunar commented 4 years ago

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.

flyri0 commented 4 years ago

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 😊

dominikfiala commented 4 years ago

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. Annotation 2020-09-12 130914

petahbred commented 4 years ago

@dominikfiala Have you had any fixing hypercwd?

jcrben commented 4 years ago

3.1.0-canary.4 worked better for me

rafaelje commented 3 years ago

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....
jaanli commented 3 years ago

Having the same issue!

ajgaokar5 commented 1 year ago

267

h2kyaw commented 1 year ago

hyper u hypercwd

I uninstalled hypercwd and problem fixed.

zaadevofc commented 6 months ago

hyper u hypercwd

I uninstalled hypercwd and problem fixed.

it't work for mee, nice one bruhh. Thanks