Terminal instructions work only for Antigravity CLI
Need to specify instructions for terminal:
netsta - ano | findstr :8080
to identify PID number
then
taskkill /PID [the_pid_number] /F
Removal instructions also don't work for PowerShell users, need to use instead:
Remove-Item -Recurse -Force customer-support-agent
Terminal instructions work only for Antigravity CLI
Need to specify instructions for terminal:
netsta - ano | findstr :8080
to identify PID number
then
taskkill /PID [the_pid_number] /F
Removal instructions also don't work for PowerShell users, need to use instead:
Remove-Item -Recurse -Force customer-support-agent