About a month ago, I merged #134 into master, which was a breaking version of chalk. I hadn't properly tested the change, and it seems that chalk has changed directions to use ESM, and not support CommonJS. This can be demonstrated by using the current state of master (at commit 4684574), and running npx extension-cli. You should see this error (unneeded dirs blacked out):

I'll be working on fixing this, but this will remain a tracking issue.
About a month ago, I merged #134 into master, which was a breaking version of chalk. I hadn't properly tested the change, and it seems that chalk has changed directions to use ESM, and not support CommonJS. This can be demonstrated by using the current state of
master(at commit 4684574), and runningnpx extension-cli. You should see this error (unneeded dirs blacked out):I'll be working on fixing this, but this will remain a tracking issue.