Node Tips

Node.js Cannot find Module xxx 的问题

Node.js 命令行程序开发教程

#!/usr/bin/env node
console.log('hello world');