一 官网下载
https://nodejs.org/en/download/
二 环境变量配置
1. vim ~/.bash_profile
2.PATH=$PATH:/usr/local/bin/
3.source ~/.bash_profile
三 验证环境变量
node -v
npm