`yarn start` stuck on Ubuntu

Hi there,

I am trying to run the frontend of Grafana. I followed the steps mentioned in this contribute document: grafana/developer-guide.md at main · grafana/grafana · GitHub

I seems when I run yarn start, the command gets stuck:

➜  grafana git:(main) yarn start

SASS variable files generated
Compiling message catalogs…
Done!
94% sealing after seal

Is it possible I forgot to configure something to run the project? I am running the project on Ubuntu 21.10, using node version 16.

I am not sure if this should be an issue or a post on this forum :sweat:

Hi @toto I am also facing the same issue, have you find out the problem for this.

@chandradot99 I did!

I was using node v16.10.0. I upgraded to node v16.14.2 and it worked :tada:

I had similar issue, after upgrade node it is gone, but now I am stuck at:


There are no errors anywhere, it’s just hanging there

2 Likes

hello, did you manage to solve this?