You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hu. What version of node is the Ubuntu CI running? I can't find any docs for stdout.cursorTo, but it might have been deprecated and so they didn't ever add docs?
I'll see if the replacement tty could work? But it says that tty.WriteSteam:
Represents the writable side of a TTY. In normal circumstances, process.stdout and process.stderr will be the only tty.WriteStream instances created for a Node.js process and there should be no reason to create additional instances.
So I'm not sure why process.stdout, which supposedly is a tty.WriteStream instance, wouldn't have cursorTo
It looks like when trying to use this as an NPM script in Ubuntu CI there is a type issue where
cursorTo()
is not a function.The text was updated successfully, but these errors were encountered: