Just so this is in hyper's radar. See https://github.com/yarnpkg/yarn/issues/611.
This happened to me as well during my first yarn install, but I can't seem to reproduce it afterwards (even with a fresh yarn installation and .yarn and .yarn_cache deleted). Strange!
Could be emojis?
Or maybe the refresh rate on the progress bar?
Probably has to do with unicode/emoji
Fresh install of yarn, ran into the same issue don't really know how to debug since JS process just freeze.
Will try with https://github.com/zeit/hyper/pull/740 since it might be unicode related.
How did you installed yarn ? Re-installing with $ npm i -g yarn fixed the issue for me!
Happened to me as well when I first installed it 😩 Reinstalled it with npm -i -g yarn and now it works – thanks @iam4x 😄
Strangely, installing Yarn via npm i -g yarnpkg rather than the curl script recommended here fixed this for me too.
@bevacqua @ynnoj does this still happen?
@CodeTheory I'm using yarn daily with Hyper now with zero issues.
Thanks @ynnoj!
Most helpful comment
Strangely, installing Yarn via
npm i -g yarnpkgrather than thecurlscript recommended here fixed this for me too.