When doing an install, it looks like Volta wants to draw a utf-8 symbol, which would be fun except Windows cmd doesn't currently support it.

(or maybe the question mark is what is expected? unsure)
Hi @jonathandturner thanks for reporting this! That is a UTF-8 symbol (or rather a series of UTF-8 symbols as a "loading" animation). We can probably replace that on Windows with ASCII characters (\ | / -) to achieve the same effect.
Most helpful comment
Hi @jonathandturner thanks for reporting this! That is a UTF-8 symbol (or rather a series of UTF-8 symbols as a "loading" animation). We can probably replace that on Windows with ASCII characters (
\|/-) to achieve the same effect.