Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
o-l-a-v committed Sep 11, 2024
1 parent 090177c commit fefc472
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ fnm uninstall <old_version(s)>
# Update package manager with Corepack
corepack up

# Update Node packages with Yarn
# Update Node packages in packages.json
yarn upgrade-interactive

# Update all Node packages, not only those in packages.json, but those only in yarn.lock too
yarn up --recursive '*'

# Deduplicate
yarn dedupe --check
```
Expand Down

0 comments on commit fefc472

Please sign in to comment.