Hyperline / hyperline

✨ Status line plugin for Hyper ✨
MIT License
621 stars 121 forks source link

Plugin "hyperline" failed to load (Could not find module /hyper/component) #140

Closed YonatanAhituv closed 6 years ago

YonatanAhituv commented 6 years ago

After installing Hyperline, this error above is given and weird scrollbars show up on Hyper. screen shot 2017-12-15 at 1 37 30 pm

snorwin commented 6 years ago

+1

breferrari commented 6 years ago

Also happening to me, fresh install

stdavis commented 6 years ago

I'm having the same issue as well. Here's the output from the dev tools: image Maybe you are missing a dependency reference in package.json?

Brhernann commented 6 years ago

some solution?

Malagari commented 6 years ago

First time using Hyper and having the same issue. Glad to see it's not just me.

fiso commented 6 years ago

Yeah me too.

elliotd123 commented 6 years ago

Going to ~/.hyper_plugins and installing prop-types:

cd ~/.hyper_plugins

npm install prop-types

Worked for me. However, it still complains about react.

ryuheechul commented 6 years ago

I had the same issue and now it works for me

Here is what I think it was why

I think it's because of the old versions of npm and node.

Here is what I did to make it work

  1. upgrade node and npm to latest version (mine is v9.3.0 for node and 5.6.0 for npm)
  2. cd ~/.hyper_plugins && rm -rf node_modules && npm install
  3. Full Reload
  4. quit and re-launch hyper
tehp commented 6 years ago

Did not work for me @ryuheechul. Only "fix" I could find is using a previous version: hyperline#0.6.1.

AndKenneth commented 6 years ago

adding prop-types to the plugins section hyper config file fixed this for me. I also installed it via NPM globally (as my first attempt to fix) but I'm not sure if that matters.

edit: can now confirm that using hyperline#0.6.1 instead of just hyperline does properly roll us back to a known working version. Hopefully issue #142 does get implemented as this would solve the "beta version" issue for good.

keremcankabadayi commented 6 years ago

i'm having this issue right now. i tried to install both ways npm install hyperline and hpm install hyperline when i do full-reload, no error. error when new opens.

tehp commented 6 years ago

Is this fixed? Why is the issue closed?

keremcankabadayi commented 6 years ago
screenshot at mar 08 01-02-00

not fixed. line is working perfectly but i get error when i start the hyper

tsaiDavid commented 6 years ago

My line shows up (albeit with padding issues) and I get the following issue:

Plugin error!
Plugin "hyperline" failed to load (Cannot find module 'react')

I tried removing the package-lock.json as some had suggested and reinstalling. The only other packages I have are:

hyper-blink and hyperterm-base-16-ocean

mwdiers commented 6 years ago

I just installed today. This is still a problem. However, this worked for me:

cd ~/.hyper_plugins && rm -rf node_modules && npm install

Followed by a full-reload.

RyosukeCla commented 6 years ago

This isnt fixed.

kondr1 commented 6 years ago

Same problem. @NickTikhonov Why you closed this issue?

Brhernann commented 6 years ago

some solution?

2018-04-10 8:15 GMT-03:00 Konstantin Kondr notifications@github.com:

Same problem. @NickTikhonov https://github.com/NickTikhonov Why you closed this issue?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Hyperline/hyperline/issues/140#issuecomment-380062886, or mute the thread https://github.com/notifications/unsubscribe-auth/ARoo9t5XYEqG8P0LnSnDHRL_5exvsFybks5tnJRPgaJpZM4REB_2 .

tehp commented 6 years ago

Seems that the plugin developers are inactive. Best bet is to probably just stick with hyperline#0.6.1.

mucanyu commented 6 years ago

It's not fixed yet. Still facing same issue.

justinschier commented 5 years ago

Still seeing this issue today with a new Hyper and hyperline install.