标签:shu style file home ons css pac microsoft npm
参考网站
http://www.jianshu.com/p/20ea93641bda
https://changelog.com/posts/install-node-js-with-homebrew-on-os-x
将brew的位置添加到$PATH环境变量中,并保存bash或者profile文件;
export PATH="/usr/local/bin:$PATH"
vi ~/.bash_profile
编辑进去.
安装 切换node.js版本的工具n
npm install -g n
使用 n 6.10.1,即可切换到6.10.1版本
标签:shu style file home ons css pac microsoft npm
原文地址:http://www.cnblogs.com/non-clockwork-cheng/p/6659405.html