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 Mac OS, CTRL+SHIFT+I elsewhere): hyper_console.txt
The issue is reproducible in vanilla Hyper.app: The issue is with the plugins install
Issue
I've started seeing errors a month ago of Hyper not finding plugins.
I've removed hyper and ~/.hyper_plugins and reinstalled with brew cask install hyper with the attached .hyper.js config on Gist.
On clean install, the plugins are not installed under ~/.hyper_plugins.
Even if I comment the plugins out and try one by one, it still errors, it doesn't create a node_modules folder.
If I run yarn under ~/.hyper_plugins it installs and works correctly, but then after a while, the modules disappear from node_modules and I get back to the starting point.
Tried with Vanilla app as well.
The text was updated successfully, but these errors were encountered:
Issue
I've started seeing errors a month ago of Hyper not finding plugins.
I've removed hyper and
~/.hyper_plugins
and reinstalled withbrew cask install hyper
with the attached.hyper.js
config on Gist.On clean install, the plugins are not installed under
~/.hyper_plugins
.Even if I comment the plugins out and try one by one, it still errors, it doesn't create a
node_modules
folder.If I run
yarn
under~/.hyper_plugins
it installs and works correctly, but then after a while, the modules disappear fromnode_modules
and I get back to the starting point.Tried with Vanilla app as well.
The text was updated successfully, but these errors were encountered: