Category: Nodejs
You can update global packages with yarn
.
List global packages:
yarn global list
To selectively update global packages run the following:
yarn global upgrade-interactive
Move the cursor up and down, selecting items using the space bar.
Press enter to update packages.