suchen

Heim  >  Fragen und Antworten  >  Hauptteil

node.js - output is not tty

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

PHP中文网PHP中文网2781 Tage vor569

Antworte allen(1)Ich werde antworten

  • 怪我咯

    怪我咯2017-04-17 13:52:02

    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"

    Antwort
    0
  • StornierenAntwort