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 reddit.com/r/programming

Our great sponsors
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • CodiumAI - TestGPT | Generating meaningful tests for busy devs
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • 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!

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

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