-
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
How do I use the new hyper cli to install plugins and themes? #2849
Comments
Have you tried rebooting your PC? 😊 |
How did it not come up in the search >_> Anyway, it's not even a matter of path variable. If I run |
Can you try reinstalling hyper (wipe every hyper.exe you can find)? 🤔 Might be that you have two different versions running. |
Already tried that :( |
@stereokai Are you trying to install plugin from WSL? |
Nope. I was trying to run the command from a Powershell instance of Hyper |
Same problem on windows. |
Hey Guys, You Might Want to run hyper as administrator and then try re-installing the plugin. It should definitely work |
thanks @hacktivist123 that really helped! |
My pleasure @AtariVSega |
@albinekb rebooting did work but maybe there should be a visual warning at some point in the installation process or a prompt asking to reboot. |
I have a similar issue on linux, my setup is: Installed hyper through the AppImage Tried rebooting already I am running on Solus |
This happened to me - it means that your PATH variable is directed to "%appdata%/local/", but it needs to be set to "%appdata%/local/appXXX/Local\hyper\app-2.1.2\resources\bin\hyper.cmd" in order for it to accept command line options |
If you install |
@stereokai You don't need to restart your system, just run Hyper as an administrator and run the command you are trying to, that worked for me. |
Run as administrator is not a friendly solution, why should a simple npm install (that's what hyper plugins are after all) require admin privilege to install? |
Happened to me too. Still happening when I'm launching Hyper in root (either by adding "zensu" in front of the command from the launcher or by trying to launch Hyper myself with a term, always with "zensu" ofc). If someone have an idea, I'm taking it :) In the meantime I'll dig where I can. Edit : I "installed" Hyper with an AppImage file. |
I tried the latest build, Hyper-3.1.0-canary.4.AppImage, and it didn't work, but differently (it wants --no-sandbox now when being launch with sudo, and it write more text when launching a new hyper term when I'm typing "hyper i") |
Worked for me too!! |
Issue
How do I use the new hyper cli to install plugins and themes?
When I try the command
hyper
, it is not available in the path. I tried runninghyper i <plugin name>
from within the folder containing Hyper.exe, but it just opened another terminal instance in the already opened terminal.It said on the blog that this command came bundled with version 2.0.0. Would appreciate some information on how to use it.
Thanks 💐
The text was updated successfully, but these errors were encountered: