centos 7前端环境准备

node安装

安装nvm

curl https://raw.githubusercontent.com/creationix/nvm/v0.13.1/install.sh | bash
source ~/.bash_profile

安装node

# 查看node版本
nvm list-remote
# 安装需要的版本
nvm install v11.15.0
posted @ 2020-03-02 08:48  lyk_109  阅读(97)  评论(0编辑  收藏  举报