Bharath Revana's Documentation
Contact ↗
GitHubGitHubLogo Twitter
  • Introduction
  • Commit Message
    • Preference
    • Margin Usage
    • Tailwind CSS
    • CSS / SCSS
    • Resources
    • React Imports
    • Namespace vs Named Imports
    • Why JSX can only have one parent element
    • Snippets
    • Source Protection
    • Overview
    • Testing Fundamentals
    • Methodologies (TDD/BDD)
    • Testing Terminology
    • JavaScript/TypeScript
    • React Testing
    • Next.js Testing
    • End-to-End Testing
    • API Testing
    • Best Practices
    • Code Coverage
    • CI/CD Integration
    • Visual Regression
    • Performance Testing
    • Accessibility Testing
    • GitHub Sync
    • Branch Rules
    • WakaTime Integration
  • Libraries
  • VSCode Extensions
    • Dock Configuration
    • iTerm2 Configuration
    • ZSH Configuration
    • Fast Node Manager
    • Bash Workflow Shortcuts
    • Search Console Removal
    • Take Commits Between Repositories
    • Terminology
  • Attribution

On This Page

  • Installation
  • Usage
Question? Give us feedback →Edit this page on GitHub
Mac SetupFast Node Manager

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
ZSH ConfigurationBash Workflow Shortcuts

© 2026 Bharath Revana. Made with Nextra