node.js - output is not tty
PHP中文网
PHP中文网 2017-04-17 13:50:02
0
1
562

用命令`
node --v8-options | grep harmony
查看nodejs实现es6的新特性,输出结果是
output is not tty

PHP中文网
PHP中文网

认证0级讲师

reply all(1)
刘奇

Problems with 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
Reference
Can be run in power shellnode --v8-options | Select-String "harmony"

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template