Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error (1): Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (9 tries left)

I am trying for flutter doctor and the following error was shown

Running pub upgrade...
The system cannot find the path specified.
Error (1): Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (9 tries left)

Waiting for 2 seconds, press CTRL+C to quit ...
Terminate batch job (Y/N)?

enter image description here

the above initializing was shown for 4 hours. What may be the issue? Can anyone please help with this

like image 825
G H Prakash Avatar asked Sep 12 '25 19:09

G H Prakash


1 Answers

I fixed that by:

  1. Ctrl+C to stop infinite error loop.
  2. Kill the Dart process in Windows Task Manager.
  3. Delete the cache folder located in flutter/bin directory.
  4. Run in command line flutter pub cache repair.
  5. Run flutter doctor
like image 120
Yuvraj Desai Avatar answered Sep 15 '25 14:09

Yuvraj Desai