๐ก๐ผ๐ฑ๐ฒ ๐ฉ๐ฒ๐ฟ๐๐ถ๐ผ๐ป ๐ ๐ฎ๐ป๐ฎ๐ด๐ฒ๐ฟ:
NVM (Node Version Manager) is a shell script used for installing and managing Node.js. Node version manager is primarily used to develop node applications in different versions.
๐ฃ๐ฟ๐ฒ๐ฟ๐ฒ๐พ๐๐ถ๐๐ถ๐๐ฒ:
macOS users can install NVM via homebrew as itโs the most recommended approach, once installed you can go ahead and install NVM on your macOS
๐๐ผ๐บ๐บ๐ฎ๐ป๐ฑ๐:
brew install nvm
It is required to create a directory and register it in our .zshrc
nvm)/nvm.sh" >> .zshrc
source ~/.zshrc
๐ฃ๐ผ๐๐ ๐๐ป๐๐๐ฎ๐น๐น๐ฎ๐๐ถ๐ผ๐ป:
After that you can use nvm -v to show the version of nvm you have installed.
๐๐๐ถ๐ฑ๐ฒ:
We've followed this guide while configuring nvm on our Mac, I hope it'll cover the purpose.
https://medium.com/devops-techable/how-to-install-nvm-node-version-manager-on-macos-with-homebrew-1bc10626181
Thank you for stopping by and feel free to drop a link to a resource you thought more useful!
:: Follow me on linkedin https://www.linkedin.com/in/imhamad/ and here to stay updated with more engaging content.
Top comments (0)