Share:
Notifications
Clear all

Earn While Learning Web3 Programming>> Start Here FREE!!!

[Solved] NVM For MacOS

4 Posts
3 Users
4 Reactions
575 Views
1
Topic starter

How to setup Node Version Manager (NVM for MacOS)?

 

 

 

NOTE:

This Is An Exercise From Our FREE COURSE:

 Hyperverse 201 - [DECENTOLOGY HYPERVERSE PROGRAMMING COURSE 002]

(If you have not enrolled yet, you can join the course totally for FREE).

 

3 Answers
1
Topic starter

NVM For MacOs is a Version manager for Node.js that allows you to quickly install and use different versions of node js via command line.

- Install free from https://github.com/nvm-sh/nvm#intro

 

Installation

 

-Recommended Resources :
https://www.youtube.com/watch?v=ohBFbA0O6hs (this video is helpful for macOS users watch it)

 

- Open your Terminal and Copy paste below code without the quote or check for latest on their official website above:

 

- MacOS: Mac OS has switched commandline from "bash" to "zsh" so you need to change it before runing the code in terminal as seen below:

"curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | zsh"

and ENTER

 

- Close the terminal once installed successfully and reopen again. Then do this:

 

- Check if installed with either of the following commands:
"nvm" to check installation folders
OR
"-v nvm" - for installed version check

1

Thank you so much, this is so helpful and all your video are well explained 

Solomon Foskaay Solomon Foskaay Topic starter 11/12/2021 12:54 pm

@elizabeth 😀 😆 👍 👍 👍

1

worked without error

Share: