NVM安装
之前用docker装node环境也是脑子有问题
NVM(Node version manager)顾名思义,就是Node.js的版本管理软件,可以轻松的在Node.js各个版本间切换,项目源码GitHub
下载并安装NVM脚本
1 | curl https://raw.githubusercontent.com/creationix/nvm/v0.13.1/install.sh | bash |
列出所需要的版本
1 | nvm list-remote |
安装相应的版本
1 | nvm install v11.0.0 |
查看已安装的版本
1 | $ nvm list |
切换版本
1 | nvm use v11.0.0 |
I'm so cute. Please give me money.
- Post link: http://dongkw.github.io/2019/12/30/centos7%20node%E7%8E%AF%E5%A2%83%E5%AE%89%E8%A3%85/
- Copyright Notice: All articles in this blog are licensed under unless stating additionally.
若没有本文 Issue,您可以使用 Comment 模版新建。
GitHub Issues