标签:blog http io ar sp on div log bs
Linux上用mvn安装node.js
上一篇blog简略的讲了ubuntu系统的安装,接下来讲讲Ubuntu上的基于node.js的web开发环境的搭建。
Node在快速构建网络服务有着极大的优势,以下内容分享用nvm来安装nodejs。事实上,这是我目前为止用过的简单易懂的安装方式了。
Nvm是node的一个版本管理器。用它可以方便的管理和安装node。
输入脚本:
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.20.0/install.sh | bash
则会自动安装nvm。
标签:blog http io ar sp on div log bs
原文地址:http://www.cnblogs.com/bugmaster/p/4136234.html