About 69 results
Open links in new tab
  1. GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash …

    About nvm is a version manager for node.js, designed to be installed per-user, and invoked per-shell. nvm works on any POSIX-compliant shell (sh, dash, ksh, zsh, bash), in particular on these platforms: …

  2. NVM for Windows - GitHub

    The simplest (recommended) way to get NVM for Windows running properly is to uninstall any prior Node installation before installing NVM for Windows. It avoids all of the pitfalls listed below.

  3. nvm/README.md at master · nvm-sh/nvm · GitHub

    About nvm is a version manager for node.js, designed to be installed per-user, and invoked per-shell. nvm works on any POSIX-compliant shell (sh, dash, ksh, zsh, bash), in particular on these platforms: …

  4. Releases: coreybutler/nvm-windows - GitHub

    A node.js version management utility for Windows. Ironically written in Go. - Releases · coreybutler/nvm-windows

  5. Home · coreybutler/nvm-windows Wiki · GitHub

    May 21, 2024 · Download nvm-noinstall.zip. Extract this to the directory where NVM should be "installed". The default directory used by the installer is …

  6. Releases · nvm-sh/nvm - GitHub

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions - Releases · nvm-sh/nvm

  7. docs/docs/guides/development/nodejs/how-to-install-use-node

    NVM allows you to easily install and manage different versions of Node and switch between them on a per-shell basis. This guide describes how to install NVM, and how to use it to install and run different …

  8. nvm/install.sh at master · nvm-sh/nvm · GitHub

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions - nvm/install.sh at master · nvm-sh/nvm

  9. Useful NVM commands · GitHub

    Feb 17, 2026 · The nvm alias default command does not change the node version and only defaults to v14. However, the command nvm use default 18.19.0 is working but when restarting WSL it falls …

  10. Installing Node.js to Linux & macOS & WSL with nvm · GitHub

    Feb 28, 2026 · Installing Node.js with nvm to Linux & macOS & WSL A quick guide on how to setup Node.js development environment.