Articles by Tag #nvm

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How to Install NVM on macOS

Setting Up NVM on macOS (One-Time Setup) If you're a developer working with Node.js,...

Learn More 5 0Jun 25

OMZ: Some Plugins that I forget about

Oh My Zsh plugins I forget that you get out of the box

Learn More 5 4Nov 19 '24

📦 ASDF: Gerenciando versões de linguagens e ferramentas num lugar só

Imagine que você está em um restaurante fast-food e você tem a liberdade de escolher os...

Learn More 3 0Nov 27 '24

Setup NVM in your organization/admin system's like a pro

NVM is an incredibly useful tool for developers, and we owe a big thanks to Corey Butler for creating...

Learn More 3 0Dec 7 '24

Migrating from nvm to mise

Table of Contents A brief introduction to mise Why migrate from nvm? Migrating from nvm...

Learn More 2 0Nov 21 '24

Upgrading Node.js on Linux using NVM

If you're trying to upgrade Node.js from version 12 to a more recent version (e.g., 18 LTS) on a...

Learn More 2 0Oct 20 '24

How to Uninstall and Reinstall Node.js and npm on Windows, macOS, and Linux (Manually, via Homebrew, and via nvm)

Node.js is an essential runtime for JavaScript, and npm (Node Package Manager) is its package...

Learn More 2 0Feb 11

How to install a new version of node using nvm

Just use nvm install [version] where version is the version number. For example: nvm install...

Learn More 1 0Feb 12

Brave New World: Environments

Soma for your shiny new Angular project 1 Poor Ralph, he’s probably sitting there getting ready to...

Learn More 1 0Oct 28 '24

How I Improved My Shell Load Time With a Lazy Load

Originally published on https://www.ankitbabber.com If you've used multiple tools, languages, build...

Learn More 1 0Feb 18

How to Install NVM in Windows

Node Version Manager (NVM) is a handy tool for managing multiple Node.js versions. While NVM was...

Learn More 1 0Feb 11

Install/Use Any Version of Node.js with nvm (Node Version Manager)

Managing multiple versions of Node.js can be frustrating if you don’t have a quick way to install the...

Learn More 1 0Nov 11 '24

Installing and managing Node.js with NVM

In 2025, Node.js remains an essential tool for JavaScript development. This detailed guide covers not...

Learn More 1 0Jan 20

nvm-manager: The Node.js Version Manager That Exists Because Someone Wanted It

Managing multiple Node.js versions is a common challenge in modern development. Tools like nvm and...

Learn More 0 0Jul 29

"nvm use" does not work with nvm-windows

TL;DR If "nvm use" command does not work with nvm-windows on your windows PC, please create C:\nvm4w...

Learn More 0 0Dec 31 '24

The Guide to nvm-manager: Testing Your Node.js Version Management Patience (and Saving It)

Welcome, fellow Noders! If you’ve ever found yourself yelling “It’s a version management miracle!” or...

Learn More 0 0Jul 29

How to Switch Between Node Versions Using NVM

Quick Summary Have you ever found need to test your app with a different version of Node? Well, NVM...

Learn More 0 0Aug 7

How to Update Node.js on Windows

Learn how to update Node.js on Windows using the official installer or nvm-windows. Verify version and troubleshoot common issues.

Learn More 0 0Jul 6

Eligiendo la versión por defecto de node con nvm

Para manejar las diferentes versiones de node uso nvm. Al abrir una nueva terminal, la versión...

Learn More 0 0Oct 28 '24

Tips to Upgrade Your Angular Application Effectively!

One task you may not do every day, but will eventually face as an Angular Developer, is updating your...

Learn More 0 0May 11

Installing Multiple Versions of Node.js Using NVM

Node Version Manager (NVM) is a powerful tool for managing multiple Node.js versions on your machine....

Learn More 0 0Jul 4

Achieving 30ms Zsh Startup

Me and Claude went on a dotfiles journey the other day... The Flex 💪 🍎 time zsh -i -c...

Learn More 0 0Aug 12

Why Use NVM? Manage Node.js Versions Like a Pro

Ever been stuck with a project that only works with Node.js v14 while your system has v22? That’s...

Learn More 0 0Jul 5

Once Upon a Command Line: The Magical nvm-manager Adventure

In a kingdom far within your terminal, a young developer named Dot entered the enchanted forest of...

Learn More 0 0Jul 29