You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Windows command prompt which should be in plain-vanilla configuration. Looking at the code, in /app/lib/trace.ts it looks like console.error sets the foreground as red and colors.bgRed makes the background red, so this ends up being printed as red-over-red.
Error messages are not readable, likely because they are printed as red text over a red background:
npx tfx-cli extension create --manifests does-not-exist.json
Disabling coloring with
--no-color
makes the error message appear:npx tfx-cli extension create --manifests does-not-exist.json --no-color
The text was updated successfully, but these errors were encountered: