Yarn
Global
Path Setup
Add the content below inside your profile that may be .profile
, .bash_profile
, .bashrc
, .zshrc
, etc.
Default config file
.eslintrc
Install package globally
Install package globally and specifying the directory
Displays the location of the yarn bin folder
List installed packages
Remove a package
Upgrade packages
Upgrade Interactively
Similar to upgrade command, but display the outdated packages before performing any upgrade, allowing the user to select which packages to upgrade.
Last updated