Yarn
Global
Path Setup
export PATH="$(yarn global bin):$PATH"Default config file
Install package globally
yarn global add @nestjs/cliInstall package globally and specifying the directory
yarn global add nodemon --prefix /usr/localDisplays the location of the yarn bin folder
yarn global binList installed packages
Remove a package
Upgrade packages
Upgrade Interactively
Last updated