DEV Community

chuongmep
chuongmep

Posted on • Edited on

Install NVM Macos Easiest Way

I'm not sure why many posts and blog make problem more comlicated ,Let's use :

cd /tmp curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash source ~/.bashrc 
Enter fullscreen mode Exit fullscreen mode

Now, after restart terminal, you can able to use it,

nvm 
Enter fullscreen mode Exit fullscreen mode

Reference

Top comments (0)