search

Home  >  Q&A  >  body text

node.js - output is not tty

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

PHP中文网PHP中文网2777 days ago565

reply all(1)I'll reply

  • 怪我咯

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

    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"

    reply
    0
  • Cancelreply