-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: process.stdout.cursorTo is not a function #29
Comments
This happens for me with all packages on Windows. Maybe something in the latest version of Node broke it?
$ npm --version 6.14.5 |
@dgkimpton Good point. I re-ran in Docker to have a reproducible environment.
|
Not sure if this is still an issue, but you can use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When redirecting output away from the TTY to a file or a pipe, I get this error:
Steps to reproduce:
npx npm-consider install nodemon >/dev/null
The text was updated successfully, but these errors were encountered: