一.安装node.js和npm和n
Posted 橙子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一.安装node.js和npm和n相关的知识,希望对你有一定的参考价值。
参考网站
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版本
以上是关于一.安装node.js和npm和n的主要内容,如果未能解决你的问题,请参考以下文章