adonisjs / ace

Node.js framework for creating command line applications
MIT License
366 stars 35 forks source link

Duplicate issue with Ace on Linux #135

Closed Olyno closed 3 years ago

Olyno commented 3 years ago

Package version

5.3.0

Node.js and npm version

Node: 17.0.1 Npm: 8.1.3

Sample Code (to reproduce the issue)

Using simply my linux, when running the ace CLI, i get that problem

Record_select-area_20211108225856

BONUS (a sample repo to reproduce the issue)

thetutlage commented 3 years ago

There is nothing I can use as help from this video to reproduce the issue. Please debug further and provide the information I can act upon

Olyno commented 3 years ago

The only issue here is the OS i guess (Linux), or the terminal. I already got this issue with enquirer, and get it solved by switching to prompts (see more here). I'm not sure to see which debug informations you need more

Olyno commented 2 years ago

Hi 👋🏻 I reiterate my problem which still persists to this day and no fix has been proposed. As I pointed out in my previous message, this problem is due to the "enquirer" library which does not work well under Linux. This library is used in the "@poppinss/prompts" library, which you use in your project.

This is something very annoying as a developer. Would it be possible to fix this problem please @thetutlage?

image