vercel / vercel/hyper

command not found: hyper

Open
#7,115 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

  • Your Hyper.app version is 3.4.1. Please verify you're using the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate

  • Any relevant information from devtools? (CMD+OPTION+I on macOS, CTRL+SHIFT+I elsewhere):
  • Is the issue reproducible in vanilla Hyper.app?

Issue


  • Hyper version: undefined "3.4.1"
  • OS ARCH VERSION: darwin arm64 22.4.0
  • Electron: 20.3.6 LANG: undefined
  • SHELL: /bin/zsh TERM: undefined
.hyper.js contents
{
  "updateChannel": "stable",
  "fontSize": 18,
  "fontFamily": "Jetbrains Mono, Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "normal",
  "lineHeight": 1.28,
  "letterSpacing": 0,
  "cursorColor": "#f8f8f2",
  "cursorAccentColor": "#000",
  "cursorShape": "BEAM",
  "cursorBlink": true,
  "foregroundColor": "#f8f8f2",
  "backgroundColor": "#000",
  "selectionColor": "#2E305C",
  "borderColor": "#111",
  "css": "",
  "termCSS": "",
  "workingDirectory": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "8px",
  "colors": {
    "black": "#000000",
    "red": "#ff5555",
    "green": "#00FF95",
    "yellow": "#f1fa8c",
    "blue": "#bd93f9",
    "magenta": "#ff79c6",
    "cyan": "#8be9fd",
    "white": "#bfbfbf",
    "lightBlack": "#4d4d4d",
    "lightRed": "#ff6e67",
    "lightGreen": "#5af78e",
    "lightYellow": "#f4f99d",
    "lightBlue": "#caa9fa",
    "lightMagenta": "#ff92d0",
    "lightCyan": "#9aedfe",
    "lightWhite": "#e6e6e6"
  },
  "shell": "",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": false,
  "defaultSSHApp": true,
  "quickEdit": true,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": true,
  "webLinksActivationKey": "",
  "disableLigatures": true
}
plugins
{
  "plugins": [
    "hypercwd",
    "hyper-aura-theme"
  ],
  "localPlugins": []
}

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The report does not identify a source file, test, or entry point; begin by reproducing the “command not found: hyper” behavior on macOS with the reported zsh shell and Hyper 3.4.1 environment. Done means the cause of the unavailable command is established and the issue has a verified resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
electron, zsh
Domain
cli, desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.