Skip to main content

Fast Node Manager

––– views

Node version manager I use.

Installation

Source

curl -fsSL https://fnm.vercel.app/install | bash

Then add to the end of your ~/.zshrc:

.zshrc
# fnm env https://github.com/Schniz/fnm
eval "$(fnm env --use-on-cd)"

Usage

fnm ls
 
fnm install --lts
 
fnm use --lts
 
fnm install v18.12.1
 
fnm use v18.12.1
 
fnm current