用命令`
node --v8-options | grep harmony查看nodejs实现es6的新特性,输出结果是
output is not tty
怪我咯2017-04-17 13:52:02
Problems with git bashThe reason this doesn’t work as expected appears to be that git bash is passing the command through to the Windows cmd shell, and not handling the output stream correctly
Reference
Can be run in power shellnode --v8-options | Select-String "harmony"