wayne
wayne6mo ago

CLI error: this.settings.reader.isTerminal is not a function

wmill workspace add bluewind bluewind https://bluewind.windmill.dev/ error: Uncaught (in promise) TypeError: this.settings.reader.isTerminal is not a function const isTty = this.settings.reader.isTerminal();
2 Replies
rubenf
rubenf6mo ago
You need to upgrade deno
wayne
wayne6mo ago
ok thanks