You can handle many Node versions at once and switch them automatically with nvm

This page summarizes the projects mentioned and recommended in the original post on /r/programming

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • nvm for Windows

    A node.js version management utility for Windows. Ironically written in Go.

    If you're working on multiple projects, some might have different node version requirements. This happens a lot for Open Source contributors! Let's see how to quickly switch between them with a tool called nvm and leverage the .nvmrc file to make it 100% seamless! It's available on all OS, including Windows, Linux, and MacOS. Do not get confused though, Windows has its own version, slightly different from the one for Unix systems: - Windows: https://github.com/coreybutler/nvm-windows - Linux/MacOS: https://github.com/nvm-sh/nvm In short, they both use nvm as a terminal command, so for basic usage you won't find many differences. For advanced users though, you may notice something. Make sure to read the docs in the README.md file of each repository. I explain everything in a video, if you're interested you can watch it here: https://youtu.be/A-pbv5eKCDc Enjoy nvm!

  • nvm

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

    If you're working on multiple projects, some might have different node version requirements. This happens a lot for Open Source contributors! Let's see how to quickly switch between them with a tool called nvm and leverage the .nvmrc file to make it 100% seamless! It's available on all OS, including Windows, Linux, and MacOS. Do not get confused though, Windows has its own version, slightly different from the one for Unix systems: - Windows: https://github.com/coreybutler/nvm-windows - Linux/MacOS: https://github.com/nvm-sh/nvm In short, they both use nvm as a terminal command, so for basic usage you won't find many differences. For advanced users though, you may notice something. Make sure to read the docs in the README.md file of each repository. I explain everything in a video, if you're interested you can watch it here: https://youtu.be/A-pbv5eKCDc Enjoy nvm!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts