Closed mrjones2014 closed 3 years ago
Same problem here. It sucks bc I used to love hyper.
Experiencing the same issue with a twist -
Had a fully functional Hyper terminal. After a reboot today, window opened but immediately stalled out (empty screen, can carriage return but no text from input or from system). Contents of config file had reverted to defaults. Attempted to update config, save, and reload program, but Hyper kept stalling and reverting config.
Attempted uninstall / reinstall. Fun animation plays on install, and then GUI vanishes (though process is still active in task manager).
UPDATE Issue may not be directly related to Hyper. After this issue started, VS Code refused to talk to WSL Ubuntu. Then Powershell was missing lxrun... Made several nonproductive attempts to diagnose. Ubuntu seems deleted but can't install over Microsoft Store. Still investigating the issue, but need to backburner this for now.
Have similar issue when I start to install hyper. The installation window pops up and see it in the task manager, then suddenly quit and nothing happens.
I am having exactly same issue Hyper is not opening but weirdly showing in Task manager. But I installed Hyper today only and as I using windows 10 I have to add some path inside the ".hyper" to connect it with git. So, I added that path after that it is not opening, I reinstalled it multiple times. But it remains unsolved.
I managed the issue by removing the hyper folder from the /Users/[username]/AppData/Local folder and restarted the installation.
@endreujhelyi this did not fix the issue for me.
Can confirm, moments after installling this terminal did this start happening out of the blue. @endreujhelyi This did not work for me.
Same problem...
Same problem
Same Problem Guys!
Disappointing that this hasn't even been looked at 😢
@mrjones2014 Can you give the latest canary a try? From here.
Uninstall the older version and remove the hyper folder from %LOCALAPPDATA%
to ensure a clean install.
@LabhanshAgrawal i tried the canary version and crashed after installing it
@LabhanshAgrawal same here
Plzz help us if anyone knows here
I am not able to reproduce this.
Can some of you try the steps from here , run the dev environment and report the output of yarn run dev
& yarn run app
Hey Guys I have found the solution
1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..
%appdata%
and %localappdata%
Install Hyper Again
and then restart your PC. Problem Solved!
Hey Guys I have found the solution
1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..
%appdata%
and%localappdata%
Install Hyper Again
and then restart your PC. Problem Solved!
It worked, good job!
@SajjanKarn worked for me too!
@SajjanKarn actually, it worked for first launch for me. then I have this same issue again.
@SajjanKarn actually, it worked for first launch for me. then I have this same issue again.
Bro, Again Follow The Same Steps Maybe It Should Work...
@SajjanKarn having to do this every time I want to launch a terminal is not a solution.
do you all have the windows dark mode on? If yes, can you please once confirm whether Hyper opens if you uninstall and delete the hyper folder from %appdata% and %localappdata% , switch to light mode and install.
@LabhanshAgrawal it happened to me in light mode
I honestly have up about hyper. Can't make it work with bash anymore.
On Thu, 5 Mar 2020, 2:29 am raphtlw, notifications@github.com wrote:
@LabhanshAgrawal https://github.com/LabhanshAgrawal it happened to me in light mode
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zeit/hyper/issues/4035?email_source=notifications&email_token=AIUMAE3C7YMRJDF5UMLSX4DRF55KJA5CNFSM4JVHQWA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN4VGIA#issuecomment-595153696, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIUMAEZIUXKIMGJXKIC27CTRF55KJANCNFSM4JVHQWAQ .
do you all have the windows dark mode on? If yes, can you please once confirm whether Hyper opens if you uninstall and delete the hyper folder from %appdata% and %localappdata% , switch to light mode and install.
Hey Guys I have found the solution
1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories.. %appdata% and %localappdata%
Install Hyper Again
and then restart your PC. Problem Solved!
@SajjanKarn you literally posted the same comment which does not solve the issue.
Hey Guys I have found the solution
1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..
%appdata%
and%localappdata%
Install Hyper Again
and then restart your PC. Problem Solved!
this worked for me but..
I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config
After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy 🤣 appreciate your help
@annikamarayag sounds like you had the same issue as me where it works for first launch, but then the issue starts again after closing it the first time.
As far as a replacement, I tried Fluent Terminal on Windows, but eventually settled on Cmder.
i could solve that problem with just removing "Network Persistent State" file from Appdata/Roaming/Hyper/ now it's working!
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but..
I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config
After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy 🤣 appreciate your help
I had the same issue (I think I am on the same Udemy course as well!). The configuration that the instructor gave us had this on line 69
"shell: 'C:\Program Files\Git\git-cmd.exe',"
This was not the location where I had installed my git-bash. I changed the path to point to the right folder which see to have fixed the issue. (Note that the double backslash may still be needed to escape backslash character)
I solve that problem with the following steps: 1.uninstall Hyper 2.delete its two folders: C:\Users...\AppData\Local\hyper C:\Users....\AppData\Roaming\Hyper 3.restart PC and install Hyper Again
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but.. I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy 🤣 appreciate your help
I had the same issue (I think I am on the same Udemy course as well!). The configuration that the instructor gave us had this on line 69
"shell: 'C:\Program Files\Git\git-cmd.exe',"
This was not the location where I had installed my git-bash. I changed the path to point to the right folder which see to have fixed the issue. (Note that the double backslash may still be needed to escape backslash character)
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but..
I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config
After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy 🤣 appreciate your help
Solution:
PS: For those enrolled in the Angela Yu's Udemy course, you can copy the configuration course and paste it in the preferences file of Hyper. But for those who did not install Git on C drive, like me and installed somewhere in their desired location, just navigate to that location until you find git-cmd in the files, then from the address bar (located at the top having an icon of a folder, has > then your drive name, etc) copy the address by clicking in the address bar. Now open the preferences file of Hyper and find the shell key and paste the address between the quotation marks. Now double the forward slashes like so "//". At the end of the address, place double slashes and write "git-cmd.exe", without the quotation marks. After doing that, you will get a notification confirming the change to the configurations. Now go to file and either open a new tab or open a new window to test it out before closing Hyper and opening it again.
Hope it helps. Cheers!
Hey Guys I have found the solution
1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..
%appdata%
and%localappdata%
Install Hyper Again
and then restart your PC. Problem Solved!
thanks! itz worked!
GUYSSS,... instead of deleting only Appdata from local , also delete hyper from roaming. And then re install the application. It would work.
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but.. I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy 🤣 appreciate your help
I had the same issue (I think I am on the same Udemy course as well!). The configuration that the instructor gave us had this on line 69
"shell: 'C:\Program Files\Git\git-cmd.exe',"
This was not the location where I had installed my git-bash. I changed the path to point to the right folder which see to have fixed the issue. (Note that the double backslash may still be needed to escape backslash character)
thank you so much! it worked
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but.. I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy rofl appreciate your help
I had the same issue (I think I am on the same Udemy course as well!). The configuration that the instructor gave us had this on line 69 "shell: 'C:\Program Files\Git\git-cmd.exe'," This was not the location where I had installed my git-bash. I changed the path to point to the right folder which see to have fixed the issue. (Note that the double backslash may still be needed to escape backslash character)
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but.. I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy rofl appreciate your help
Solution:
- Go to Control Panel and uninstall Hyper
- Do the combination Ctrl + R, type in %appdata% and delete Hyper folder. Then type %localappdata% and delete the hyper folder.
- Install Hyper again. You do not need to download the setup again, just run it.
PS: For those enrolled in the Angela Yu's Udemy course, you can copy the configuration course and paste it in the preferences file of Hyper. But for those who did not install Git on C drive, like me and installed somewhere in their desired location, just navigate to that location until you find git-cmd in the files, then from the address bar (located at the top having an icon of a folder, has > then your drive name, etc) copy the address by clicking in the address bar. Now open the preferences file of Hyper and find the shell key and paste the address between the quotation marks. Now double the forward slashes like so "//". At the end of the address, place double slashes and write "git-cmd.exe", without the quotation marks. After doing that, you will get a notification confirming the change to the configurations. Now go to file and either open a new tab or open a new window to test it out before closing Hyper and opening it again.
Hope it helps. Cheers!
Well I was learning about git merging and branching from the same course guess what it merged two branches ,but everytime I try to check network tab inside github insight it show there is no branching at all so I shut down my system and when I came back I saw now my hyper wont exit git branch it keeps on showing (master) in my root directory 😑😑 .well I uninstalled hyper and git now it wont open
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but.. I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy rofl appreciate your help
I had the same issue (I think I am on the same Udemy course as well!). The configuration that the instructor gave us had this on line 69 "shell: 'C:\Program Files\Git\git-cmd.exe'," This was not the location where I had installed my git-bash. I changed the path to point to the right folder which see to have fixed the issue. (Note that the double backslash may still be needed to escape backslash character)
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but.. I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy rofl appreciate your help
Solution:
- Go to Control Panel and uninstall Hyper
- Do the combination Ctrl + R, type in %appdata% and delete Hyper folder. Then type %localappdata% and delete the hyper folder.
- Install Hyper again. You do not need to download the setup again, just run it.
PS: For those enrolled in the Angela Yu's Udemy course, you can copy the configuration course and paste it in the preferences file of Hyper. But for those who did not install Git on C drive, like me and installed somewhere in their desired location, just navigate to that location until you find git-cmd in the files, then from the address bar (located at the top having an icon of a folder, has > then your drive name, etc) copy the address by clicking in the address bar. Now open the preferences file of Hyper and find the shell key and paste the address between the quotation marks. Now double the forward slashes like so "//". At the end of the address, place double slashes and write "git-cmd.exe", without the quotation marks. After doing that, you will get a notification confirming the change to the configurations. Now go to file and either open a new tab or open a new window to test it out before closing Hyper and opening it again. Hope it helps. Cheers!
Well I was learning about git merging and branching from the same course guess what it merged two branches ,but everytime I try to check network tab inside github insight it show there is no branching at all so I shut down my system and when I came back I saw now my hyper wont exit git branch it keeps on showing (master) in my root directory .well I uninstalled hyper and git now it wont open
So if it helps someone plz tell me solution of both of my problem or else what are hyper alternatives?? Thank you 😐
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but.. I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy rofl appreciate your help
I had the same issue (I think I am on the same Udemy course as well!). The configuration that the instructor gave us had this on line 69 "shell: 'C:\Program Files\Git\git-cmd.exe'," This was not the location where I had installed my git-bash. I changed the path to point to the right folder which see to have fixed the issue. (Note that the double backslash may still be needed to escape backslash character)
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but.. I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy rofl appreciate your help
Solution:
- Go to Control Panel and uninstall Hyper
- Do the combination Ctrl + R, type in %appdata% and delete Hyper folder. Then type %localappdata% and delete the hyper folder.
- Install Hyper again. You do not need to download the setup again, just run it.
PS: For those enrolled in the Angela Yu's Udemy course, you can copy the configuration course and paste it in the preferences file of Hyper. But for those who did not install Git on C drive, like me and installed somewhere in their desired location, just navigate to that location until you find git-cmd in the files, then from the address bar (located at the top having an icon of a folder, has > then your drive name, etc) copy the address by clicking in the address bar. Now open the preferences file of Hyper and find the shell key and paste the address between the quotation marks. Now double the forward slashes like so "//". At the end of the address, place double slashes and write "git-cmd.exe", without the quotation marks. After doing that, you will get a notification confirming the change to the configurations. Now go to file and either open a new tab or open a new window to test it out before closing Hyper and opening it again. Hope it helps. Cheers!
Well I was learning about git merging and branching from the same course guess what it merged two branches ,but everytime I try to check network tab inside github insight it show there is no branching at all so I shut down my system and when I came back I saw now my hyper wont exit git branch it keeps on showing (master) in my root directory .well I uninstalled hyper and git now it wont open
So if it helps someone plz tell me solution of both of my problem or else what are hyper alternatives?? Thank you 😐
Alternative: Hello guys if you are learning Angela Yu's WebDevelopment model then there is no need to go through Hyper. U can use your command prompt everything is working.
Only for Creation of file you have to use : type nul>filename.js Rest of the things are working fine.
Just check if you have installed Git-Bash before installing Hyper. If not ,than install both,then cheak . It work out for me....
I had the same issue. Resolved it by reinstalling Git in the default directory: 'C:\Program Files\Git\git-cmd.exe'. Did the job for me.
- [x] I am on the latest Hyper.app version
- [x] I have searched the issues of this repo and believe that this is not a duplicate
- OS version and name: Microsoft Windows 10 Home version 10.0.18362
- Hyper.app version: 3.0.2
- Link of a Gist with the contents of your .hyper.js: the file doesn't exist because the app never properly launched
- Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): unable to launch the app
- The issue is reproducible in vanilla Hyper.app: Yes. This is from a fresh install of Hyper, first launch.
Issue
When I try to launch Hyper, it appears as though nothing happens. However, the weird thing is, the Hyper process does show up in task manager. However, there is no icon for it on the start bar, and there is no window anywhere.
I had the same issue but the issue was resolved after
So, I'm having the exact same issue, however, if I run it as administrator it just works. Funnily enough, I'm having the same issue with windows terminal, it won't run anything if not as administrator. Maybe it's some configuration on windows or something?
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but.. I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy 🤣 appreciate your help
I had the same issue (I think I am on the same Udemy course as well!). The configuration that the instructor gave us had this on line 69
"shell: 'C:\Program Files\Git\git-cmd.exe',"
This was not the location where I had installed my git-bash. I changed the path to point to the right folder which see to have fixed the issue. (Note that the double backslash may still be needed to escape backslash character)
Thanks for this !! It worked for me..
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but..
I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config
After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy 🤣 appreciate your help Same issue is with me...Angela Yu
Same problem here. It sucks bc I used to love hyper.
same problem here
please fix this for us
Hey Guys I have found the solution 1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..%appdata%
and%localappdata%
Install Hyper Again and then restart your PC. Problem Solved!this worked for me but.. I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy 🤣 appreciate your help
I had the same issue (I think I am on the same Udemy course as well!). The configuration that the instructor gave us had this on line 69
"shell: 'C:\Program Files\Git\git-cmd.exe',"
This was not the location where I had installed my git-bash. I changed the path to point to the right folder which see to have fixed the issue. (Note that the double backslash may still be needed to escape backslash character)
This worked for me, thanks a lot you are the best!!!
Hey Guys I have found the solution
1.) Open the CMD as Administrator and run this...
gpupdate /force
then uninstall hyper and remove its folder from these directories..
%appdata%
and%localappdata%
Install Hyper Again
and then restart your PC. Problem Solved!
it really doesnt work for me i followed this step
[x] I am on the latest Hyper.app version
[x] I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: Microsoft Windows 10 Home version 10.0.18362
Hyper.app version: 3.0.2
Link of a Gist with the contents of your .hyper.js: the file doesn't exist because the app never properly launched
Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): unable to launch the app
The issue is reproducible in vanilla Hyper.app: Yes. This is from a fresh install of Hyper, first launch.
Issue
When I try to launch Hyper, it appears as though nothing happens. However, the weird thing is, the Hyper process does show up in task manager. However, there is no icon for it on the start bar, and there is no window anywhere.