[x] I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: OS X El Capitan (10.11.6)
When I run Hyper terminal, I get a notification:
Error updating plugins.
Check `~/.hyper_plugins/npm-debug.log` for more information.
When I look for npm-debug.log
it doesn't exist in that directory.
The same error also appears when clicking Plugins -> Update All Now
Duplicate #1513
@Jamesking56 I was having this exact same issue. As @henrikdahl mentioned in #1513, a temporary fix is to set your shell of choice in the config file. I set mine to shell: 'bash'
and everything seems to be working fine now.
Set mine to shell: 'zsh'
and all is well. Thanks!
I use Windows 10 Build 14393.693 and Hyper 1.2.1 and shell: 'C:\\Windows\\System32\\cmd.exe',
in .hyper.js
config file fix startup error http://imgur.com/a/e1cid Error updating plugins
@Jamesking56 the solution will be:
echo $0
. Take note of the returned output..hyper.js
, scroll down to shell: '',
, and replace it with what was outputted from above.Please see Issue #312, I have #anchored the solution for you there.
Closing as a duplicate of #1513. The fix for this bug will be released very soon.
Most helpful comment
@Jamesking56 I was having this exact same issue. As @henrikdahl mentioned in #1513, a temporary fix is to set your shell of choice in the config file. I set mine to
shell: 'bash'
and everything seems to be working fine now.