Describe the bug
Sometimes when I try to generate the types for my project in my repo using the CLI, I get the message to update the package in my file rather than in terminal, which is confusing sometimes.
Need to install the following packages:
supabase@2.22.6
Ok to proceed? (y)
To Reproduce
Steps to reproduce the behavior:
- Execute
npx supabase gen types typescript --project-id 'project_id' --schema public > ./types/supabase.ts
Expected behavior
The message to update the package needs to be displayed in the terminal rather than in the file
Screenshots
