cli
cli copied to clipboard
"Applying migration" output corrupted
Bug report
Describe the bug
The supabase start output is messed up.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Create a new supabase project with a few migrations
- Execute
supabase start - See corrupted console output
Expected behavior
Normal output where each migration overwrites the name of the previous migration in the console output.
Screenshots

System information
- OS: Windows
- Browser (if applies) N/A
- Version of supabase-js: N/A
- Version of Node.js: N/A
Additional context
I just tested that this bug was introduced in version 1.7.3. 1.7.2 works as expected.
Hello, I will look into making the logs prettier tmr. A temporary workaround is redirect stderr to NUL or $null on PS.
supabase start 2> $null