Hyperline / hyperline

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

Error updating plugin (node:32011) #194

Open bolex222 opened 4 years ago

bolex222 commented 4 years ago

get this error at starting hyper warning hyperline

thecodelayeriser commented 4 years ago

Have the same issue.

samlovescoding commented 4 years ago

Yup. The issue still remains on Linux Mint 19.3 (Cinnamon 4.4.8 / Linux 5.4.0-42-generic).

emmanuelnk commented 4 years ago

@bolex222 it's because the dependencies are outdated. Especially babel and webpack. I've made a PR to update them and the errors are taken care of. The plugin works with the latest version of Hyper. However, I don't know if this project is still being maintained.

If you want to you can clone my master fork into ~/.hyper_plugins/local/, run yarn and then yarn run build and add 'hyperline' to localPlugins array in the hyper.js config file.

I'm on Ubuntu 20.04 but I believe it should work for others using latest Hyper.

My pull request: #195

bolex222 commented 4 years ago

Thx @emmanuelnk! hope your PR will be accepted

abixadamj commented 3 years ago

I'm on Ubuntu 20.04 but I believe it should work for others using latest Hyper.

My pull request: #195

@emmanuelnk - Great work ;-) Zrzut ekranu z 2020-11-08 19-22-05

Works perfectly on Mint 20 LTS.