-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
hyper CLI still shows old version and likely causing other issues #3602
Comments
with regards to your link from #3500: the output of that said, I did have a few environment issues to sort out after upgrading from I ended up removing another way I could tell that my environment variables were screwy is running if you don't mind, try something for me quickly:
if the version shown in the second instance shows one other issue I had, which it seems you don't, is that my |
both output Maybe it will changed when I log back into OS but I don't plan on doing that today. It could be useful to have 2 items in the issue template. One to show the output of |
interesting.. I'm finishing work in a little while, so I'll pay more attention to the process when I upgrade Hyper on my personal laptop this evening to see if I can work out anything more helpful for you. :) |
My hyper CLI shows 3.0.0, but running hyper using the CLI now opens Hyper but with loading in my previous settings & plugins perfectly while running Hyper via the executable in Windows does not. Edit: actually, although |
had a bit of a family emergency last night, so I only got to dig into this now.. sorry about that. from what I've worked out now; the Hyper 3 Windows setup does update the obviously keep in mind you'll need to close and reopen any running instances of Hyper to get this new environment, just because, well, Microsoft. O.o the safest option is to just log out and log in again. but basically, after that, the |
Hi there - was facing the relevant issue and after troubleshooting figured out that the issue occurs due to settings filepath are accessed & updated differently during certain operations and is for windows specific cases only as far i could understand from code During actual runtime, settings file is loaded & modified in filepath as
whereas it should be
and is probably because of while in hyper-cli
https://github.com/zeit/hyper/blob/758e93c21e98556dd50acd81e8dc27615eebe787/cli/api.js#L14 Believe the issue also belongs to the #3500 Kindly confirm the analysis and if possible can help with a PR for a solution - @chabou |
The issues mentioned here seem to be fixed in canary branch |
I am on the latest Hyper.app version
I have searched the issues of this repo and believe that this is not a duplicate
OS version and name:
Windows 10 1803 Build 17134.706
Hyper.app version:
3.0.0
Link of a Gist with the contents of your .hyper.js: 'https://gist.github.com/pcnate/fcc7b45394d0c8d74f4b4f98ce329fa5'
Relevant information from devtools : null
The issue is reproducible in vanilla Hyper.app: true
Issue
When executing
hyper version
it shows2.1.2
after upgrading to3.0.0
.After a reboot, the issue remains. I could manually fix my path but I would rather wait and have it properly fixed in an update. I'll deal with it until then.
This could be the root of the issues with the wrong config being used and not being able to install plugins.
The text was updated successfully, but these errors were encountered: