I keep having this issue "Cannot find file at '..\lib\fvm\bin\fvm.exe' (C:\ProgramData\chocolatey\lib\fvm\bin\fvm.exe). This usually indicates a missing or moved file." after trying to access fvm after installation, I have tried uninstalling and installing but still the same issue persists Upon digging deeper i found out that the fvm.exe file is actually not in the "C:\ProgramData\chocolatey\lib\fvm\bin\fvm.exe" folder which its been pointed at What do i do?
Yes I have fixed it, I had to remove the flutter path from my environment variables before installing it Remove your flutter path (C/src/flutter) then install the fvm again Doing that worked for me
But I seeing this issue PS C:\Users\SAYEM> fvm install 3.3.7 Flutter "3.3.7" is not installed. Installing version: 3.3.7... 'git' is not recognized as an internal or external command, operable program or batch file. Could not install 3.3.7 Please run command with --verbose if you want more information
thanks from Italy, nice paced and complete explanation!
Thank you so much for this beautiful concept
Glad you enjoyed it. We have some great UI and projects related videos planned, so stay tune!
thank you, very helpful video and I liked the background music
Soo much helpful
it helped me a lot thx!
Glad you enjoyed it. We have some great UI and projects related videos planned, so stay tune!
Error: Unable to find git in your PATH.
after typing flutter create
I have been searching for this.
Thanks for this
Btw where to get the wallpaper 😁
I keep having this issue "Cannot find file at '..\lib\fvm\bin\fvm.exe' (C:\ProgramData\chocolatey\lib\fvm\bin\fvm.exe). This usually indicates a missing or moved file." after trying to access fvm after installation,
I have tried uninstalling and installing but still the same issue persists
Upon digging deeper i found out that the fvm.exe file is actually not in the "C:\ProgramData\chocolatey\lib\fvm\bin\fvm.exe" folder which its been pointed at
What do i do?
i have the same issue. Have you found the solution yet?
Yes I have fixed it,
I had to remove the flutter path from my environment variables before installing it
Remove your flutter path (C/src/flutter) then install the fvm again
Doing that worked for me
But I seeing this issue
PS C:\Users\SAYEM> fvm install 3.3.7
Flutter "3.3.7" is not installed.
Installing version: 3.3.7...
'git' is not recognized as an internal or external command,
operable program or batch file.
Could not install 3.3.7
Please run command with --verbose if you want more information
You need to install git for windows to do so.
github.com/git-guides/install-git
@@adaptolearning Yeah after sometime I installed it. But then I problem has come with not configuring local version though global ones works.
Hello