Hyperline / hyperline

✨ Status line plugin for Hyper ✨
MIT License
619 stars 120 forks source link

Cannot find module 'hyper/component' #135

Closed bit-cmdr closed 6 years ago

bit-cmdr commented 6 years ago

Getting an error at startup/reload

Plugin "hyperline" failed to load (Cannot find module 'hyper/component')

This just started yesterday. I tried closing and relaunching, now I have no colors for hyperline, previously each component was color-coded, and I have a Spotify icon and a Party Parrot gif. While waiting for a fix, is there any way to disable the Spotify and Party Parrot?

MilesOkeefe commented 6 years ago

This can be fixed by downgrading from yesterday's 1.0.0-beta.1.1 release to the previous, 0.6.1.

So just edit your ~/.hyper.js file and change

plugins: [ "hyperline", ... ]

to

plugins: [ "hyperline#0.6.1", ... ]

Not sure why this beta got pushed upstream, seems totally broken.

bit-cmdr commented 6 years ago

Confirmed that it does indeed fix the issue. Thanks so much!