Skip to content

Instantly share code, notes, and snippets.

@regepan
Created May 6, 2023 08:11
Show Gist options
  • Save regepan/69b6f8a9c441c87ab869a353c620aced to your computer and use it in GitHub Desktop.
Save regepan/69b6f8a9c441c87ab869a353c620aced to your computer and use it in GitHub Desktop.

Fast Node Manager (fnm)

Cross-platform support (macOS, Windows, Linux)

# Check installable node versions
$ fnm list-remote

# Install new node version
$ fnm install v18.16.0

# Use(Change node version)
$ fnm use v18.16.0 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment