could not open terminal for stdout

Asked

Viewed 157 times

-3

I am having a problem with Gradle when executing any command is returned to me the following error message:

* What went wrong:
     Could not open terminal for stdout: could not get termcap entry

Preview of the error in Pastebin https://pastebin.com/NJTgDy7M

1 answer

0

Apparently, this is a problem with a lib called ncurses5-compat-libs, that interferes with normal Gradle operation. Try uninstalling it and run some Gradle command again.

If it doesn’t work, set the system variable TERM for xterm-color:

export TERM=xterm-color

Source: https://github.com/gradle/gradle/issues/4426

Browser other questions tagged

You are not signed in. Login or sign up in order to post.