That is totally weird, the CLI doesn't throw that message, it's from somewhere deeper in the dependencies. I can't reproduce it, can you help me debug it please? Maybe even throw in a PR at github.com/AlexLakatos/ascii-themes
I'm guessing it tries to interpret the . in dev.to as regex. What happens if you try some text without the dot, like npx ascii-themes generate "devto"
re: ascii-themes - Node.js CLI Interface to Generate VSCode Themed ASCII Art VIEW POST
TOP OF THREAD FULL DISCUSSIONThat is totally weird, the CLI doesn't throw that message, it's from somewhere deeper in the dependencies. I can't reproduce it, can you help me debug it please? Maybe even throw in a PR at github.com/AlexLakatos/ascii-themes
I'm guessing it tries to interpret the
.
indev.to
as regex. What happens if you try some text without the dot, likenpx ascii-themes generate "devto"