You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to see in real-time the output of Yarn, since currently for projects, that takes long time to be installed, it looks like the tool failed and waits forever to finish.
Some of the output logs:
invoke yarn
// this log ^ line is printed and then after yarn finishes, all of its output is printed as whole
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done
✨ Done in 112.14s.
As you can see, invoke yarn took 112.14s. which means, for 112 seconds only "invoke yarn" was visible in output and user didn't know anything about further progress
The text was updated successfully, but these errors were encountered:
Hello!
Yet another feature request :)
I would like to see in real-time the output of Yarn, since currently for projects, that takes long time to be installed, it looks like the tool failed and waits forever to finish.
Some of the output logs:
As you can see, invoke yarn took 112.14s. which means, for 112 seconds only "invoke yarn" was visible in output and user didn't know anything about further progress
The text was updated successfully, but these errors were encountered: