Skip to content

Commit 7b4a61b

Browse files
author
Joey Clark
committed
Update npm_and_yarn.md
1 parent 08161ac commit 7b4a61b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: npm_and_yarn.md

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ To ignore semver:
4343
yarn upgrade-interactive --latest
4444
```
4545

46+
### Installing different versions of node
47+
48+
[nvm](https://github.com/nvm-sh/nvm) is a popular solution.
49+
50+
[fnm](https://github.com/Schniz/fnm) is a modern alternative with similar goals.
51+
4652
### Clean cache (to reclaim disk space)
4753
```bash
4854
du -sh "$HOME"/.npm/_cacache

0 commit comments

Comments
 (0)