hyperlayout icon indicating copy to clipboard operation
hyperlayout copied to clipboard

Not working on Windows 10

Open SethGunnells opened this issue 7 years ago • 4 comments

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?

SethGunnells avatar Dec 22 '16 13:12 SethGunnells

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...

timolins avatar Dec 22 '16 18:12 timolins

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

hgouveia avatar Feb 23 '18 16:02 hgouveia

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?

brackmayhall avatar Oct 25 '18 14:10 brackmayhall

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.

mykeels avatar May 25 '20 12:05 mykeels