Skip to content

Instantly share code, notes, and snippets.

@othiym23
Created October 15, 2012 23:08
Show Gist options
  • Save othiym23/3896231 to your computer and use it in GitHub Desktop.
Save othiym23/3896231 to your computer and use it in GitHub Desktop.
bauchelain% nvm use v0.6.19
Now using node v0.6.19
bauchelain% node --harmony
Error: unrecognized flag --harmony
Try --help for options
>
bauchelain% node --v8-options | grep harm
--harmony_typeof (enable harmony semantics for typeof)
--harmony_proxies (enable harmony proxies)
--harmony_weakmaps (enable harmony weak maps)
--harmony_block_scoping (enable harmony block scoping)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment