DEV Community

chuongmep
chuongmep

Posted on

Easy way to Install Nvm Macos

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

Image description

Reference

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay