vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.19k stars 3.5k forks source link

No plugins #6884

Open ya-ed opened 1 year ago

ya-ed commented 1 year ago

When I go to the Tools Menu and Update plugin, this error is showing :

"A Javascript error occurred in the main process"

"Uncaught Exception: Error: write EPIPE at afterWriteDispatched (node:internal/stream_base_commons:160:15) at writeGeneric (node:internal/stream_base_commons:151:3) at Socket._writeGeneric (node:net:795:11) at Socket._write (node:net:807:8) at writeOrBuffer (node:internal/streams/writable:389:12) at _write (node:internal/streams/writable:330:10) at Writable.write (node:internal/streams/writable:334:10) at console.value (node:internal/console/constructor:286:16) at console.log (node:internal/console/constructor:360:26) at /Applications/Hyper.app/Contents/Resources/app.asar/plugins/install.js:20:21"

ALSO plugins are installed with success, with the Hyper CLI command and are visible in hyper.js file, but they're not showing / working.

I'm on MBP M1, OS : Ventura 13.0.1

adii-n commented 4 months ago

Did you ever fix this issue?