Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 125 Bytes

NvmCommand.md

File metadata and controls

6 lines (6 loc) · 125 Bytes

安装指定node版本

nvm install 7.9.0

查看已安装的node版本

nvm list

切换使用node版本

nvm use 7.9.0