Running build-release on Win 10 Pro, PowerShell 7, Node 12.13.0 throws an error and stops the build
unknown parse/stringMarkup
โ Unclosed blue tag

Using these instructions:
build-release to finish successfully
Seems to be an issue with the library that formats and prints to the console during build. Specifically the square brackets _inside_ the <blue> tag.
Let me know if I can provide more detail or try something different to solve.
Hey @tbeseda could you check if https://github.com/facebookexperimental/rome/pull/242 would fix your issue?
@Lagily It does progress further in the build, but I get this error
โ Expected to close pad but found brightBlack
<brightBlack><pad count="7" dir="right">--quiet</brightBlack> no description found

Can you try again @tbeseda?
@Lagily I'm able to build and install Rome. Some of the console output is a bit off, but I think that would be a different issue/scope:

I see, looks like I broke something with the backslash escaping, I'll have a look
the pull request should now also not break the output in your console
node ./scripts/build-release ./dist
Building trunk
โน Bundling packages/@romejs/cli/bin/rome.ts
โ Saved to ~/AppData/Local/Temp/rome-dev
Executing trunk
โ Disk caching has been disabled due to the ROME_CACHE=0 environment variable โ
unknown parse/stringMarkup โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Expected token Word but got Slash
> 1 โ \\\[MemoryFileSystem] Adding new project folder C:\Users\myUserName\rome\\\\
โ ^
2 โ <red><emphasis>^</emphasis></red>
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Found 1 problem
what can I do?
OS: windows 10
This, along with other Windows improvements, were fixed in #260.