node 遇到 stdout is not a tty问题
Posted small_winder
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node 遇到 stdout is not a tty问题相关的知识,希望对你有一定的参考价值。
随手写了一个global.js的node文件,代码只有一行,打印global:
console.log(global)
在bash下回到文件路径执行
node global.js 1>global.log
然后就报错了
stdout is not a tty
原来,在bash下有权限问题
在CMD下执行,OK!出来了
以上是关于node 遇到 stdout is not a tty问题的主要内容,如果未能解决你的问题,请参考以下文章
在angular中用node.js连接redis时遇到的问题——process is not defined at Object../node_modules/redis-errors/ind
在angular中用node.js连接redis时遇到的问题——process is not defined at Object../node_modules/redis-errors/ind
解决node 报错 createRequire is not a function
node.js 安装express 提示 command is not found