UXP Tools fails to start if username contains ( character. “Invalid Regular Expression”

My Windows username contains an open parenthesis character, and UXP Developer tools fails to run with the following error:

“Invalid Regular Expression”

The company assigns the username, so I cannot change it. I had the exact issue with another tool, and I used a local account for that, but for this one, I need to log on with a corporate account.

How can I solve this issue?

1 Like

It seems like logger fails. https://www.npmjs.com/package/winston-daily-rotate-file

Maybe you could disable logs somehow. Or ask them to update: "Invalid regular expression" error for unusual filename paths · Issue #355 · winstonjs/winston-daily-rotate-file · GitHub

1 Like

@Jarda Thank you for the tip. My current workaround is to delete the “logs” folder.

1 Like

@indranil I think UDT needs a small update.