macOS 最快安装node的方式
方法一:
第一步:安装homebrew
/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"
如果出现问题用```bash
/bin/zsh -c “$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)”
如果出现问题请参考
请参考连接[安装Homebrew](https://www.jianshu.com/p/e0471aa6672d?utm_campaign=hugo)
## 第二步:安装n
```bash
brew install n
第三步 安装nodejs
n install xxx #