Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I have some errors in flutter installation

Tags:

flutter

I need some help in solving this problem in flutter installation

i Installed flutter put when running flutter doctor show an error

./flutter/bin/flutter: line 46: /c/src/flutter/flutter/bin/cache/dart-sdk/bin/pub: No such file or directory Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (8 tries left)

like image 892
ahmed Mostafa farag Avatar asked Aug 29 '19 23:08

ahmed Mostafa farag


1 Answers

Go inside flutter SDK

you have to delete the cache folder inside bin and it will help you.

Thanks!

like image 92
Dinesh R Rajput Avatar answered Nov 07 '22 07:11

Dinesh R Rajput