mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
df785dee66
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
584 B
584 B
fnm
Fast Node.js version manager. More information: https://github.com/Schniz/fnm/blob/master/docs/commands.md.
- Install a specific version of Node.js:
fnm {{[i|install]}} {{node_version}}
- Install Node.js LTS:
fnm {{[i|install]}} --lts
- List all available Node.js versions and highlight the default one:
fnm {{[ls|list]}}
- Use a specific version of Node.js in the current shell:
fnm use {{node_version}}
- Set the default Node.js version:
fnm default {{node_version}}
- Uninstall a given Node.js version:
fnm {{[uni|uninstall]}} {{node_version}}