-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Prompts can not be meaningfully rendered in non-TTY environments #78
Comments
Inquirer.js has released version 7.0.5. |
This problem was caused by SBoudrias/Inquirer.js#891 I analyzed the bug and it’s not fixable on yeoman-test. |
A new release has been pushed to npm. Let me know if that's still a problem! |
to get working pipelines reason: maybe this: yeoman/yeoman-test#78
This doesn't seemed to have helped my case where I've provided prompt answers via |
@SBoudrias - My use case is identical to @tuckbick's and I also still experience the error quoted in this issue post updating to the latest npm release of inquirer (which I believe is 7.0.6) |
There is a PR to fix this issue SBoudrias/Inquirer.js#903 |
[email protected]
[email protected]
Out of no where yesterday, my yeoman generator's unit tests using this yeoman-test
run()
function is suddenly failing with:My test looks something like this:
The above stack trace happens both in my build (Jenkins) and when run locally on the command line.
The text was updated successfully, but these errors were encountered: