LogoLogo
CtrlK
  • What Is this Playbook About?
  • The Team
    • Our Core Values
    • Agile Software Development
    • How the Team Is Organized
    • Coding as a Team
  • Concerns
    • Writing Secure Code
    • Service Oriented Architecture
    • Testing
  • Our Stack
    • Foreword
    • Ruby
      • Rbenv
      • Bundler
      • Rubocop
      • Resources
    • Ruby on Rails
      • Controllers
      • Params
      • Commands
      • Services
      • Models
      • Serializers
      • Jobs
      • Sidekiq
      • RSpec
      • Tips and tricks
    • JS
      • Block Scoped let & const
      • Promises
      • nvm
      • Yarn
      • ESLint
    • Ember.js
      • Ember CLI
      • Routing
      • Controllers & Templates
      • Components
      • Ember DATA
      • Ember to Ruby on Rails
      • Services
      • Data Down, Actions Up
    • Lit
      • Web components
      • Use in Ember.js
    • HTML and Templating
      • CSS
      • ERB
      • Handlebars (HBS)
    • Overloop Design System
    • PostgreSQL
    • Redis
  • Our Tools
    • Foreword
    • Mac OS X
      • Homebrew
    • Unix shell
    • Git
      • Tower
    • Heroku
      • Hirefire
    • Cloudflare
    • AWS
      • S3
    • Text Editors
      • Sublime Text
      • RubyMine
    • Pivotal Tracker
    • Code Climate
    • Browsers
      • Firefox
      • Chrome
    • Postman
    • SQL Clients
      • Postico
      • SQLEctron
      • DBeaver
    • Slack
    • LICEcap
  • The Web Foundations
    • Foreword
    • TCP/IP
    • UDP/IP
    • DNS
    • HTTP
    • TLS/HTTPS
    • WebSocket
  • Tutorials
    • OS X Machine Setup
    • Bug Fixing 101
    • SSH Tunnels
    • Collaborating to this Playbook
  • Joining Us
    • Fullstack Traineeship Program
Powered by GitBook
On this page

Was this helpful?

  1. Our Stack
  2. JS

nvm

nvm stands for Node Version Manager. As the name suggests, it helps you manage and switch between different Node versions with ease. It provides a command line interface where you can install different versions with a single command, set a default, switch between them and much more.

Installation

brew install nvm
PreviousPromisesNextYarn

Last updated 5 years ago

Was this helpful?