DEV Community

Cover image for Getting side-by-side preview in a terminal app Hyper

Getting side-by-side preview in a terminal app Hyper

Takuya Matsuyama on October 04, 2021

Hi, it's Takuya. I'm publishing YouTube content, sharing my dev workflows. Want a side-by-side preview in a terminal app For web coding ...
Collapse
 
astrit profile image
Astrit

Was looking for this after I saw the YouTube video and it is awesome, will do this and see how it goes, coding on terminal hard tho 😂

Collapse
 
craftzdog profile image
Takuya Matsuyama

yeah lol. hope it's helpful for your videos

Collapse
 
antonioalmeidas profile image
Antonio Almeida

Seguir seu tutorial, mas quando rodo o comando "npm run app" ou "yarn run app" recebo esse erro. Utilizo ubuntu linux.

Error launching app
Unable to find Electron app at /home/antonio/hyper/target

Cannot find module '/home/antonio/hyper/target'
Require stack:

- /home/antonio/hyper/node_modules/electron/dist/resources/default_app.asar/main.js

Collapse
 
expitc profile image

for who ever fail to compile try to disable typescript check
with put
// @ts-nocheck at the top level
to all over error file that printed when run dev, because it used old version and we just want the feature so i think is fair. Then after notice run dev got no error u safe to go with run app. Hopes help y'all have a nice day!

And for windows it should works fine or you can build by ur self it maybe just a little confusing for some newcomers but do a little bit research and it will solved.

Collapse
 
sathminjanuth profile image
Sathmin Januth

Hello Mr. Takuya,
please tell me how can I compile this exe for Windows?
Please help me....

Collapse
 
adhamvuejs profile image
adhamVuejs

I could compile it on mac node v: 18 everything works grea
Image descriptiont

Collapse
 
mmmarcoantonio profile image
MMMarcoAntonio

What version of node did you use?

Collapse
 
yahoo100kkk profile image
yahoo100kkk

Did you ever figure out how to get it on windows?

Collapse
 
meqr1 profile image
M Query

you can make a bat script that runs the command that runs the hyper terminal. that's the closest i have got

Collapse
 
panshodev profile image
Francisco Castro A.

I have problems with the dependencies as I have 23 vulnerabilities and I tried to solve them but I could not, someone could or there is a tutorial on youtube?
Image description

Collapse
 
cuong_vo_fcfc345bf8910946 profile image
Cuong Vo

Hi Takuya, I came across your post and did as your guide but I had trouble with the node version which crashed the build step. Could you tell me the exactly version of nodejs for your hyper fork. Thanks

Collapse
 
nuopromise profile image
nuo-promise

Dev mode works, but the error "store" is not found. I also get an error trying to package the binary file.

Collapse
 
adhamvuejs profile image
adhamVuejs

(window as any).store did the trick for me

Collapse
 
soumareharona profile image
SOUMARE HARONA

hello,

for windows ?

Collapse
 
yahoo100kkk profile image
yahoo100kkk

did you get it to work for windows?

Collapse
 
muinmundzir profile image
Muhammad Mu'in Mundzir

Did anyone have trying it on Ubuntu and works? Wondering how to make it work since I can't install it properly, got node-pty error

Collapse
 
fazlizekiqi profile image
Fazli Zekiqi

What was the node version when the changes were node. Cannot get it running.