Skip to content
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

Closed
2 tasks done
stereokai opened this issue Apr 17, 2018 · 19 comments · Fixed by #5328
Closed
2 tasks done

How do I use the new hyper cli to install plugins and themes? #2849

stereokai opened this issue Apr 17, 2018 · 19 comments · Fixed by #5328
Assignees
Labels
⌨️ CLI tool Issue or PR related to CLI tool 🖼 Platform: Windows Issue pertains to Windows

Comments

@stereokai
Copy link

  • I am on the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate

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 running hyper 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 💐

@albinekb
Copy link
Contributor

Have you tried rebooting your PC? 😊
I think this is a duplicate of #2823

@albinekb albinekb added the 🖼 Platform: Windows Issue pertains to Windows label Apr 17, 2018
@stereokai
Copy link
Author

How did it not come up in the search >_>

Anyway, it's not even a matter of path variable. If I run hyper i someplugin like I wrote, a new terminal is opened inside the current terminal, instead of running the install command.

@albinekb
Copy link
Contributor

Can you try reinstalling hyper (wipe every hyper.exe you can find)? 🤔 Might be that you have two different versions running.

@stereokai
Copy link
Author

Already tried that :(

@chabou
Copy link
Contributor

chabou commented Apr 19, 2018

@stereokai Are you trying to install plugin from WSL?

@stereokai
Copy link
Author

stereokai commented Apr 19, 2018

Nope. I was trying to run the command from a Powershell instance of Hyper

@zhaobenx
Copy link

zhaobenx commented Jun 8, 2018

Same problem on windows.

@hacktivist123
Copy link

Hey Guys, You Might Want to run hyper as administrator and then try re-installing the plugin. It should definitely work

@lyiriyah
Copy link

lyiriyah commented Jul 9, 2018

thanks @hacktivist123 that really helped!

@hacktivist123
Copy link

My pleasure @AtariVSega

@jukefr
Copy link

jukefr commented Aug 13, 2018

@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.

@larsgrah
Copy link

larsgrah commented Oct 6, 2018

I have a similar issue on linux, my setup is:

Installed hyper through the AppImage
When I try to install a plugin it just starts another instance of hyper

Tried rebooting already

I am running on Solus

@bryton-jay-smith
Copy link

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

@Stanzilla Stanzilla added the ⌨️ CLI tool Issue or PR related to CLI tool label Oct 10, 2019
@Nepoxx
Copy link

Nepoxx commented Nov 18, 2019

If you install hyper from the AUR in Arch Linux, the executable you need to use is /usr/lib/hyper/resources/bin/hyper

@serverguyken
Copy link

@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.

@stereokai
Copy link
Author

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?

@ghost
Copy link

ghost commented Jul 18, 2020

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.

@ghost
Copy link

ghost commented Jul 19, 2020

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")

@JeroenVos106
Copy link

@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.

Worked for me too!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌨️ CLI tool Issue or PR related to CLI tool 🖼 Platform: Windows Issue pertains to Windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.