Created
October 15, 2012 23:08
-
-
Save othiym23/3896231 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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