用命令`node --v8-options | grep harmony查看nodejs实现es6的新特性,输出结果是output is not tty
`
查看nodejs实现es6的新特性,输出结果是
认证0级讲师
git bash的问题The 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参考可以在power shell里面运行node --v8-options | Select-String "harmony"
The 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
node --v8-options | Select-String "harmony"
git bash的问题
The 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
参考
可以在power shell里面运行
node --v8-options | Select-String "harmony"