nodejs

ubuntu16.04安装

apt-get install npm
npm i -g n
n ls //查看版本
n 7.0.0 //下载指定版本
//如下载完之后查看node版本没有切换
//修改.bashrc或.bash_profile或/etc/profile 添加如下
export N_PREFIX=/usr/local #n的node安装目录
export PATH=$N_PREFIX/bin:$PATH

 

posted on 2017-11-09 15:11  前路亦是故乡  阅读(160)  评论(0编辑  收藏  举报

导航