Skip to content

Latest commit

History

History
34 lines (21 loc) 路 455 Bytes

File metadata and controls

34 lines (21 loc) 路 455 Bytes

Fast Node Manager

Node version manager I use.

Installation

Source

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

Then add to the end of your ~/.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