Mac brew 和 npm 安装

Brew 安装

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

异常提示 Warning: /usr/local/bin is not in your PATH.

解决方法:

open ~/.bash_profile

添加:export PATH=/usr/local/bin:$PATH

source ~/.bash_profile #更新配置后的环境变量

npm安装

brew install node

扫描二维码关注公众号,回复: 11201890 查看本文章
原创文章 98 获赞 14 访问量 15万+

猜你喜欢

转载自blog.csdn.net/TaLinBoy/article/details/88389484