扫码关注官方订阅号
用命令`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"
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
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"