标签:卸载 div curl 指定 文件删除 code tps span nbsp
安装nvm:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
如果卸载的话直接将对应的文件删除即可
安装node:
nvm install node # 安装默认最新版本
nvm install 6.9.1 # 安装指定版本6.9.1
安装yarn
标签:卸载 div curl 指定 文件删除 code tps span nbsp
原文地址:http://www.cnblogs.com/yqyouqing/p/7955449.html