mac 12.0.1 can't see anythin
See original GitHub issue- Your Hyper.app version is 3.1.4. Please verify your 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.1.4”
- OS ARCH VERSION: darwin x64 21.1.0
- Electron: 13.2.3 LANG: undefined
- SHELL: /bin/zsh TERM: undefined
.hyper.js contents
{
"hyperTransparentDynamic": {
"alpha": 0.5
},
"updateChannel": "stable",
"fontSize": 18,
"fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
"fontWeight": "normal",
"fontWeightBold": "bold",
"lineHeight": 1,
"letterSpacing": 0,
"cursorColor": "rgba(248,28,229,0.8)",
"cursorAccentColor": "#000",
"cursorShape": "BLOCK",
"cursorBlink": false,
"foregroundColor": "#fff",
"backgroundColor": "#C7C329",
"selectionColor": "rgba(248,28,229,0.3)",
"borderColor": "#333",
"css": "",
"termCSS": "",
"showHamburgerMenu": "",
"showWindowControls": "",
"padding": "12px 14px",
"colors": {
"black": "#000000",
"red": "#C51E14",
"green": "#1DC121",
"yellow": "#C7C329",
"blue": "#0A2FC4",
"magenta": "#C839C5",
"cyan": "#20C5C6",
"white": "#C7C7C7",
"lightBlack": "#686868",
"lightRed": "#FD6F6B",
"lightGreen": "#67F86F",
"lightYellow": "#FFFA72",
"lightBlue": "#6A76FB",
"lightMagenta": "#FD7CFC",
"lightCyan": "#68FDFE",
"lightWhite": "#FFFFFF"
},
"shell": "",
"shellArgs": [
"--login"
],
"env": {},
"bell": "SOUND",
"copyOnSelect": false,
"defaultSSHApp": true,
"quickEdit": false,
"macOptionSelectionMode": "vertical",
"webGLRenderer": true
}
plugins
{
"plugins": [
"hypercwd",
"hyper-search",
"hyperpower",
"hyper-tabs-autohide",
"hyper-transparent-dynamic",
"verminal",
"hyper-hypest"
],
"localPlugins": []
}
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
MacOS 12.0.1 - Time Machine can't read th…
I upgraded the OS to 12.0.1 2 days ago and thought everything was doing fine. Then I noticed the sparcebundle file on my...
Read more >Monterey Problems: How to fix the most common macOS 12 ...
Reboot your Mac in Safe Mode: Apple menu > Shut down > Hold down Shift when restarting your Mac > release Shift once...
Read more >macOS Monterey problems: how to fix the most common issues
If macOS Monterey encounters a problem at the end of installation, and then shows an error message, restart your Mac and press Command...
Read more >Users not seeing macOS Monterey 12.1 update on M1 Macs
1.) Open System Preferences > Software Update. Confirm that no update is available, and leave the window open. 2.) Open Applications > Utilities ......
Read more >Resolved Mac OS Monterey 12.0.1 doesn't find updates
My question is: Why now Monterey don't see any new upgrades? Is there a way to fix this without having to upgrade to...
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
found the solution for me. https://github.com/vercel/hyper/issues/6083 Hope this helps. Had to remove the font family line from index.js
Duplicate of #6083