Generally, I make a nodejs file can execute directly with below style
#/usr/bin/env node
nodejs code here
But, when node 0.11 support generators, I try below
#/usr/bin/env node --harmony
nodejs code here
It output
/usr/bin/env: "node --harmony": No such file or directory