bobby_dreamer

Recently Created

  • Welcome

    Jan 19, 2025

  • About me

    Jan 19, 2025

  • iRevere

    Jan 19, 2025

  • Today I Learned

    Jan 19, 2025

  • Exporting Google Photos via Google Takeout

    Jan 19, 2025

  • Top quotes of Charlie Munger

    Jan 09, 2025

  • The Most Important Thing - Origins and Inspirations, Talks at Google, Howard Marks

    Dec 18, 2024

See 166 more →

about_meblogiRevereT.I.LCheats

Home

❯

blog

❯

NVM - Node Version Manager

NVM - Node Version Manager

Nov 22, 20241 min read

  • scraping

NVM is used to handle multiple versions on NodeJS in the system. Source:

  • https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows
  • https://github.com/coreybutler/nvm-windows/releases

Commands

nvm list available
nvm list

nvm install 20.18.0
nvm use 20.18.0

Ran below commands

C:\Users\Admin>nvm use 20.18.0
Now using node v20.18.0 (64-bit)

C:\Users\Admin>node --version
v20.18.0

C:\Users\Admin>npm --version
10.8.2

Graph View

Backlinks

  • No backlinks found

Created with Quartz v4.4.0 © 2025

  • github