简体   繁体   中英

Heroku run node

whenever I try to run node with Heroku it displays a garbage prompt. This is in Windows command prompt. 在此处输入图片说明

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:

heroku config:set NODE_NO_READLINE=1
heroku run node

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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