Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SystemError

M1sterPl0w opened this issue · comments

Hi there,

I am getting the following error, I did see this in the troubleshooting section, I wouldn't be hurt if you close this issue directly:

image

Steps to reproduce:

  • npm install -g better-commits.
  • go to folder which has an existing repository, open git bash.
  • type: better-commits

Using:

  • Windows 10
  • NVM
  • Node 19.8.1
  • Git bash (seems to be the problem, powershell does work).

Hey there, thanks for taking the time to make a well-formatted issue.

I don't use Windows personally, but I did try to look into some solutions a while back when I wrote that troubleshooting section. IIRC this problem occurs in other libraries (like the svelte-cli) that use the same upstream library for creating prompts (https://github.com/natemoo-re/clack). And the only solutions I saw were specific to the user changing their terminal or using something like winpty, which I'm not familiar with :( -- Sorry I couldn't be of more help