vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.27k stars 3.52k forks source link

Config overwritten after 3.0 update #3612

Open datosh opened 5 years ago

datosh commented 5 years ago

Issue

Hyper automatically updated to 3.0.0. When I opened Hyper this morning I got the Vanilla hyper.js without any config. After checking the %APPDATA/Hyper folder I found that my config was overwritten with the default.

As far as I understand the release notes this should have been fixed by canary10 https://github.com/zeit/hyper/releases/tag/3.0.0-canary.10

williamoverton commented 5 years ago

Yeah not good :/ I didnt have a backup of my config. Also all my installed plugins are no longer active.

williamoverton commented 5 years ago

Update! If I run hyper from the command line (by just typing hyper) it has all my old config and plugins still!

ButchMonkey commented 5 years ago

Looks like the .hyper.js file was re-created in appdata/roaming/hyper/.hyper.js where as before it was installed under the user. See #3604 and #3605

By running from the command line, you will run the old version (I assume the path variable hasnt been updated)

snassour commented 5 years ago

I'm having this issue as well, but launching hyper from the command line didn't change anything. How can I fix it?

pcnate commented 5 years ago

@snassour try opening %localappdata%\hyper\ and seeing if you can launch the old version from explorer

voronoipotato commented 5 years ago

likely duplicate https://github.com/zeit/hyper/issues/3589