
上QQ阅读APP看书,第一时间看更新
Installing nvm on macOS
Run the following command in Terminal:
brew install nvm
Follow the post-installation steps Homebrew specifies to ensure that you can start using it (you may have to restart your Terminal session). If you cleared your Terminal contents before performing the steps, you can run this command to see the installation steps again:
brew info nvm
You can check to ensure that the installation was successful by running this command:
nvm --version