Hyper CLI command not installed if /usr/local/bin doesn't exist
See original GitHub issue-
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: MacOS 10.13.4
-
Hyper.app version: 2.0.0
-
Link of a Gist with the contents of your .hyper.js: https://gist.github.com/colinhemphill/04a4c1e91a89ac2958e679581e38fb26
-
The issue is reproducible in vanilla Hyper.app: Is Vanilla
Issue
I updated to 2.0.0, and the hyper
commands aren’t working for me. From poking around in documentation, it doesn’t look like I’m supposed to do anything to have access to the CLI, but maybe I’m wrong.
bash: hyper: command not found
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:34 (1 by maintainers)
Top Results From Across the Web
Hyper Terminal: zsh: command not found: hyper
I wrote the following code to change the theme, but it gave the following error. Command to change theme: hyper i verminal. zsh:...
Read more >Connecting USB devices to WSL - Windows Command Line
While support for attaching devices over USB/IP exists in Linux (a client), there was no corresponding server support for USB/IP in Windows.
Read more >Installation - Lando Docs
Get the skinny on how to easily install Lando, a local development and DevOps tool, on macOS, Windows and Linux.
Read more >R Installation and Administration
R will automatically make use of a site-specific library R_HOME /site-library if this exists (it does not in a vanilla R installation).
Read more >How to Fix “Command Not Found” Errors in Mac Command Line
The “command not found” error in the Terminal can surface for several reasons in the command line of MacOS and Mac OS X,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can recreate this in my OSX environment…
I fixed it by the following
The last command checks it.
Sorry if bumping the thread or anything along the lines.
I installed Hyper on a brand new OSX installation - In my case I didn’t get the symbolic link on
/usr/local/bin
and had to create it manually using -sudo ln -s /Applications/Hyper.app/Contents/Resources/bin/hyper /usr/local/bin/hyper
which fixed the problem 👍