alex-saunders/glicky

Terminal not displaying any output

Opened this issue · 2 comments

it appears on the navigator but it doesn't do anything more.

ubuntu_2019-05-07_12-06-25

(nothing happens when you click and no vivible errors)

Hi @devozanges , thanks for opening this issue. I've been aware of this problem for a while but i'm not entirely sure what's causing it. I'm working on a rewrite on the terminal renderer here (and exposing it as a separate package) which I hope will fix this.

For now, could you try manually removing your node_modules folder and running npm i/yarn again? It looks like it might be a problem with npm caching old versions of xterm but i'm not sure.

Also looks like the CLI box has a problem on the first line, which is interesting!

Hi, I tried to remove the previous npm version and install it with yarn but nothing new, still the same problem.
as for the icon that doesn't work, I use the bash ubuntu from windows 10, I don't have any icons, there's probably a way to get it but since it probably seems simple, nobody explains it anywhere haha
I'll be watching the commits ;)
good luck with it