Closed YonatanAhituv closed 6 years ago
+1
Also happening to me, fresh install
I'm having the same issue as well. Here's the output from the dev tools:
Maybe you are missing a dependency reference in package.json
?
some solution?
First time using Hyper and having the same issue. Glad to see it's not just me.
Yeah me too.
Going to ~/.hyper_plugins and installing prop-types:
cd ~/.hyper_plugins
npm install prop-types
Worked for me. However, it still complains about react.
I had the same issue and now it works for me
I think it's because of the old versions of npm and node.
node
and npm
to latest version (mine is v9.3.0 for node and 5.6.0 for npm)cd ~/.hyper_plugins && rm -rf node_modules && npm install
Did not work for me @ryuheechul.
Only "fix" I could find is using a previous version: hyperline#0.6.1
.
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.
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.
Is this fixed? Why is the issue closed?
not fixed. line is working perfectly but i get error when i start the hyper
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
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.
This isnt fixed.
Same problem. @NickTikhonov Why you closed this issue?
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 .
Seems that the plugin developers are inactive.
Best bet is to probably just stick with hyperline#0.6.1
.
It's not fixed yet. Still facing same issue.
Still seeing this issue today with a new Hyper and hyperline install.
After installing Hyperline, this error above is given and weird scrollbars show up on Hyper.