You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relevant information from devtools(CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): N/A
The issue is reproducible in vanilla Hyper.app: Is Vanilla
Issue
Hi! This morning I installed a fresh copy of hyper and tried to install the hyperocean theme, and was given the following error:
~ : hyper install hyperocean
undefined:1
{=true
^
SyntaxError: Unexpected token = in JSON at position 1
at JSON.parse (<anonymous>)
at exports.parse (/Applications/Hyper.app/Contents/Resources/bin/cli.js:19275:17)
at addConfigFile (/Applications/Hyper.app/Contents/Resources/bin/cli.js:19230:20)
at Array.forEach (<anonymous>)
at module.exports (/Applications/Hyper.app/Contents/Resources/bin/cli.js:19243:36)
at module.exports (/Applications/Hyper.app/Contents/Resources/bin/cli.js:19191:35)
at Object.<anonymous> (/Applications/Hyper.app/Contents/Resources/bin/cli.js:19102:45)
at __webpack_require__ (/Applications/Hyper.app/Contents/Resources/bin/cli.js:20:30)
at Object.<anonymous> (/Applications/Hyper.app/Contents/Resources/bin/cli.js:9914:13)
at __webpack_require__ (/Applications/Hyper.app/Contents/Resources/bin/cli.js:20:30)
It seems that there's some issue with the bundled hyper command on my system, because no matter what I run with it, I get the same error:
~ : hyper --help
undefined:1
{=true
^
SyntaxError: Unexpected token = in JSON at position 1
at JSON.parse (<anonymous>)
at exports.parse (/Applications/Hyper.app/Contents/Resources/bin/cli.js:19275:17)
at addConfigFile (/Applications/Hyper.app/Contents/Resources/bin/cli.js:19230:20)
at Array.forEach (<anonymous>)
at module.exports (/Applications/Hyper.app/Contents/Resources/bin/cli.js:19243:36)
at module.exports (/Applications/Hyper.app/Contents/Resources/bin/cli.js:19191:35)
at Object.<anonymous> (/Applications/Hyper.app/Contents/Resources/bin/cli.js:19102:45)
at __webpack_require__ (/Applications/Hyper.app/Contents/Resources/bin/cli.js:20:30)
at Object.<anonymous> (/Applications/Hyper.app/Contents/Resources/bin/cli.js:9914:13)
at __webpack_require__ (/Applications/Hyper.app/Contents/Resources/bin/cli.js:20:30)
I searched for this issue in the issues backlog, and found a similar issue with the hyper command, but not exactly the same thing. Any ideas? (Apologies if this has already been documented as an issue, I searched but wasn't able to find the exact problem I'm having.)
The text was updated successfully, but these errors were encountered:
Issue
Hi! This morning I installed a fresh copy of hyper and tried to install the hyperocean theme, and was given the following error:
It seems that there's some issue with the bundled
hyper
command on my system, because no matter what I run with it, I get the same error:I searched for this issue in the issues backlog, and found a similar issue with the
hyper
command, but not exactly the same thing. Any ideas? (Apologies if this has already been documented as an issue, I searched but wasn't able to find the exact problem I'm having.)The text was updated successfully, but these errors were encountered: