Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 361 Bytes

update-global-packages-with-yarn.md

File metadata and controls

21 lines (13 loc) · 361 Bytes

Update Global Packages With Yarn

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.