Could not find this answer anywhere, but I did find several mailing lists where this was discussed, these are rather old however and I have no idea if this is implemented or
You can also provide the strict flag on the shebang interpreter directive.
#!/usr/bin/env node --use_strict
But currently (at least pre v0.9.x) it suffers the same problems described by the comments in @chad-scira's answer discuss.