SBT Error: “Failed to construct terminal; falling back to unsupported…”

后端 未结 10 865
别跟我提以往
别跟我提以往 2020-12-13 03:20

I have run into an ERROR with SBT today. It can best be shown with the sbt sbt-version command:

Run on 5/29/17:

eric@linux-x2vq:~$ sbt s         


        
10条回答
  •  执笔经年
    2020-12-13 04:05

    This resolved the issue in my case (Linux Users):

    1. Open your terminal
    2. Navigate to your project directory
    3. type "export TERM=xterm-color" in your terminal without the quotes
    4. Hit ENTER

    That is all and then you are good to go.

提交回复
热议问题