vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.25k stars 3.51k forks source link

command not found: hyper #7115

Open wunaidouzi opened 1 year ago

wunaidouzi commented 1 year ago

Issue


{
  "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 ```json { "plugins": [ "hypercwd", "hyper-aura-theme" ], "localPlugins": [] } ```
Amarjit0511 commented 1 year ago

@wunaidouzi I too came across this problem previously and was able to resolve it by following the procedure provided in the comment below. https://github.com/vercel/hyper/issues/3349#issuecomment-453797929

haneenmahd commented 1 year ago

I came across this issue when installing Hyper via the website. You can use Homebrew to install hyper and it will fix this issue.

brew install hyper