Skip to content
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

Not working on Windows 10 #22

Open
SethGunnells opened this issue Dec 22, 2016 · 4 comments
Open

Not working on Windows 10 #22

SethGunnells opened this issue Dec 22, 2016 · 4 comments

Comments

@SethGunnells
Copy link

This packages works flawlessly at home, but at work on my Windows 10 computer, it seems to fail, showing this message: You need to use Hyper.app to run this command.

Perhaps I am missing an environment variable somehow?

@timolins timolins added the bug label Dec 22, 2016
@timolins
Copy link
Owner

Thanks for reporting. This bug is somewhat known (#12 – Seemed like it wasn't an issue anymore), but I haven't had time to look deeper into it. Hyper should set the environment variable TERM_PROGRAM to Hyper, but it doesn't seem to do so on Windows.

TERM_PROGRAM=Hyper hyperlayout should do the trick for now. To fix this issue, we need to find a way to tell if a user is running Hyper on Windows...

@hgouveia
Copy link

for me is not working either, but i dont have this message, it just output the content from my %USERPROFILE%/.hyperlayout when i type hyperlayout inside the Hyper.js app, also sometimes just keep forever "executing" when i type hyperlayout

Hyper : 1.4.8 (stable)
hyperlayout: 0.2.1

@brackmayhall
Copy link

On windows 10 I am seeing that it is blowing up on line 162 of index.js where testedData(1) being parsed. This looks like it it due to how the config file is read in. Maybe it has to do with readFileSync?

@mykeels
Copy link

mykeels commented May 25, 2020

I can't install with TERM_PROGRAM=Hyper hyperlayout.

I get this:

image

Notice I even tried setting the env variable, which I have already set globally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants