the problem is that.
when I try to install the program gives me a lot of java scripts errors

Hyper 1.2.1
Electron 1.4.7
win32 x64 10.0.14393
Having the same issue.
so how should I solve it?
Do you have the exact same problem @habby1337 ?
@albinekb yes, the same

Also hitting this, both on 1.4.8 and 2.1
[Window Title]
Error
[Main Instruction]
A JavaScript error occurred in the main process
[Content]
Uncaught Exception:
Error: File not found:
at new WindowsPtyAgent (C:\Users\coreh\AppData\Local\hyper\app-2.1.0\resources\app.asar\node_modules\node-pty\lib\windowsPtyAgent.js:25:24)
at new WindowsTerminal (C:\Users\coreh\AppData\Local\hyper\app-2.1.0\resources\app.asar\node_modules\node-pty\lib\windowsTerminal.js:45:24)
at spawn (C:\Users\coreh\AppData\Local\hyper\app-2.1.0\resources\app.asar\node_modules\node-pty\lib\index.js:27:12)
at Session (C:\Users\coreh\AppData\Local\hyper\app-2.1.0\resources\app.asar\session.js:52:18)
at initSession (C:\Users\coreh\AppData\Local\hyper\app-2.1.0\resources\app.asar\ui\window.js:95:24)
at Server.Window.rpc.on.options (C:\Users\coreh\AppData\Local\hyper\app-2.1.0\resources\app.asar\ui\window.js:98:7)
at emitOne (events.js:96:13)
at Server.emit (events.js:191:7)
at Server.ipcListener (C:\Users\coreh\AppData\Local\hyper\app-2.1.0\resources\app.asar\rpc.js:33:11)
at emitTwo (events.js:106:13)
[OK]
Edit: The error is being thrown on this function:
https://github.com/Tyriar/node-pty/blob/master/src/windowsPtyAgent.ts#L36-L80
Edit 2 Looks like my config file was somehow broken (possibly with an invalid shell command?). @habby1337 @fmontes Try deleting ~/.hyper.js
Closing this as a fix seems to be found and due to inactivity since. Please let us know if you have any remaining/other issues! Also feel free to ask questions in https://zeit.chat 馃帀
Had the exact same issue on w7
Anyway, I wanted Hyper for PowerShell and my shell config was wrong.
had this: shell: '{backtick}C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe{backtick}'
instead of this (remove backticks):
shell: 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe'
Am facing the same problem. there's no text on the screen. When i open a new tab it throws out the same error. not able to do any with it..how can i solve it ?
I had the same issue and my .hyper.js had shell set as bash.
Changed below line
shell: 'bash',
to
shell: '',
in file %APPDATA%\Hyper\.hyper.js
I fix this error by running cmd.exe as administrator
This is happening to me right now and the fixes in this thread don't help. Let me try to find out more.
Windows 10, WSL2
EDIT: It was some plugins that made this mess up, I just emptied out the plugins list.
EDIT: It was some plugins that made this mess up, I just emptied out the plugins list.
FWIW, my .hyper.js file has an empty array for both plugins and localPlugins, and I get symlink errors.
Hi guys and girls, sorry i'm new to this whole thing but can some tell me has anyone found a solution to the problem yet ?
Hi guys and girls, sorry i'm new to this whole thing but can some tell me has anyone found a solution to the problem yet ?
Well technically you have to uninstall all the plugins you have.