简体   繁体   English

Heroku运行节点

[英]Heroku run node

whenever I try to run node with Heroku it displays a garbage prompt. 每当我尝试使用Heroku运行节点时,都会显示一个垃圾提示。 This is in Windows command prompt. 这在Windows命令提示符中。 在此处输入图片说明

Has anyone else had this problem and figured out how to fix it? 还有其他人遇到过这个问题,并想出了解决办法吗?

Some Windows users have had success working around Windows' garbling of ANSI escape codes like this: 一些Windows用户已经成功解决了Windows的ANSI逸出代码伪装问题,如下所示:

heroku config:set NODE_NO_READLINE=1
heroku run node

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM