Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

install nvm in mac


install nvm using brew (mac)
brew install nvm
nvm ls-remote    # find the version you want
nvm install v7.10.0
nvm alias default v7.10.0    # set default node version on a shell


This post first appeared on Computer Bapu, please read the originial post: here

Share the post

install nvm in mac

×

Subscribe to Computer Bapu

Get updates delivered right to your inbox!

Thank you for your subscription

×