If you are a hater and you'd like to run yarn
commands without emojis being playfully included in the output, just include
the --no-emoji
flag. The output of a command like add
will look like
this:
$ yarn add chalk --no-emoji
yarn add v0.17.10
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 7 new dependencies.
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
└─ [email protected]
Done in 0.54s.
See yarn help
for details.