"yarn global list" doesn't list globally installed ...
https://github.com/yarnpkg/yarn/issues/572524.04.2018 · When running yarn global list, it doesn't list globally installed packages that don't have binaries installed, such as eslint-config-airbnb-base. The text was updated successfully, but these errors were encountered: sylvaindumont, lostfictions, kreempuff, Spown, rotenbaron, jsnjack, dunaevskiy, shfx, evmorov, hectahertz, and 19 more reacted with ...
yarn list | Yarn
https://classic.yarnpkg.com/lang/en/docs/cli/listyarn list [--depth] [--pattern] By default, all packages and their dependencies will be displayed. To restrict the depth of the dependencies, you can add a flag, --depth, along with the desired level to the list command. yarn list --depth=0. Keep in mind, levels are zero-indexed.
yarn global | Yarn
https://classic.yarnpkg.com/lang/en/docs/cli/globalyarn bin: displays the location of the yarn bin folder. yarn list: list installed packages. yarn remove: remove a package that will no longer be used in your current package. yarn upgrade: upgrade packages to their latest version based on the specified range. yarn upgrade-interactive: similar to upgrade command, but display the outdated packages before performing any …