Fast Node Manager (fnm)

Sources:

  • **
title: Contents 
style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: 1 # Include headings from the specified level
maxLevel: 4 # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console

Overview

NOTE

Fast Node Manager (fnm) is a new, simple Node.js Version Manager build with Rust. It is a drop-in replacement for nvm.

Features

🌎 Cross-platform support (macOS, Windows, Linux)

✨ Single file, easy installation, instant startup

🚀 Built with speed in mind

📂 Works with .node-version and .nvmrc files

Installation

Cargo:

cargo install fnm

Windows (WinGet, Scoop, or Chocolatey):

# winget
winget install Schniz.fnm
 
# scoop
scoop install fnm
 
# chocolatey
cinst fnm

macOS:

brew install fnm

Linux (sh, bash, zsh, fish)

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

Appendix

Note created on 2024-04-15 and last modified on 2024-04-15.

LIST FROM [[Tool - fnm]] AND -"CHANGELOG" AND -"04-RESOURCES/Tools/Tool - fnm"

(c) No Clocks, LLC | 2024