[x] I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: Windows 10 Home
I installed the new version of Hyper (2.1.1) but it's not showing in the start menu! Why is this not in Program Files!?!?!
Same issue, it is installed in "C:Users[username]AppDataLocalhyperapp-2.1.1", Hyper Terminal is running (Hyper is showing in the Task Manager), but it does not show any window or UI.
Having same issue hyper install command doesn't wok, tried the following :
Error log is :
Warning! Due to WSL limitations, you can't use CLI commands here. Please use Hyper CLI on cmd, PowerShell or GitBash/CygWin.
Please see: https://github.com/Microsoft/WSL/issues/1494Disabling Chromium GPU blacklist
running in prod mode
electron will open file://C:UsersHamzaAppDataLocalhyperapp-3.0.2resourcesapp.asarindex.html
Hyper CLI already in PATH
Hyper CLI installed You may need to restart your computer to complete this installation process.
Checking for notification messages
Notification messages fetch error SyntaxError: Unexpected token T in JSON at position 0
at JSON.parse ()
at consumeBody.call.then.buffer (C:UsersHamzaAppDataLocalhyperapp-3.0.2resourcesapp.asarnode_moduleselectron-fetchlibindex.js:240:55)
at process._tickCallback (internal/process/next_tick.js:68:7)
My preferences changes are :
shell: 'C:\\Windows\\System32\\bash.exe', // for setting shell arguments (i.e. for using interactive shellArgs: `['-i']`) // by default `['--login']` will be used shellArgs: ['-i'], // for environment variables env: {TERM: 'cygwin'},
@senjoux It's as the error log says, hyper is installed in windows and there are some limitations on using the cli directly from wsl.
You can try cmd.exe /C hyper i <plugin>
If that doesn't work just do cmd.exe once and run the hyper command there and then exit from cmd.
Let me know if it worked for you.
Most helpful comment
Same issue, it is installed in "C:Users[username]AppDataLocalhyperapp-2.1.1", Hyper Terminal is running (Hyper is showing in the Task Manager), but it does not show any window or UI.