随笔分类 -  node.js

Linux安装node
摘要:以Ubuntu为例 1.apt-get update 2.apt-get install python gcc make g++ 3.wget https://nodejs.org/dist/v4.3.1/node-v4.3.1.tar.gz 4.tar zxvf node-v4.3.1.tar.g 阅读全文
posted @ 2016-03-02 18:58 ddai 阅读(162) 评论(0) 推荐(0)