node.js第一步

来源:互联网 发布:大数据可视化技术综述 编辑:程序博客网 时间:2024/05/22 02:27

到 http://nodejs.org/download/ 下载对应的linux二进制

解压缩就能直接用了....


只要在 .bash添加一句:alias node='/xxxx/node-v0.10.21-linux-x64/bin/node'

然后,source .bash


node helloworld.js就可以运行了....

原创粉丝点击