下载nvm(在nvm中下载nodejs,无需提前安装nodejs)
https://github.com/coreybutler/nvm-windows/releases
选择:下载安装
选择安装位置:
使用命令nvm判断是否安装成功
安装nodejs
1、查看可安装版本:
nvm list [available]
2、安装
nvm install 11.13.0
nvm use [version] [arch] :使用制定版本node,可指定32/64位。
3、使用
nvm use 11.13.0
4、卸载
nvm uninstall 11.13.0
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。