I'm trying to install FVM with choco install fvm
and getting an error as can be seen in the image link.
It says the installation is complete BUT when I try to run fvm
I get the following error:
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.
I copied the fvm.exe
file from C:\ProgramData\chocolatey\bin
into C:\ProgramData\chocolatey\lib\fvm\bin\fvm.exe
but it didn't solve the problem.
dart
command is working properly, so I can say it was successfully installed through the proccess, but fvm wasn't.
My PATH env variables are like this
I tried going through the installation proccess all over again, including readding the path variables, but it didn't work. Also rebooted the computer a couple of times through the proccess but I can't seem to find an answer to this specific problem nor did I find the solution, can you guys please help? I can provide extra info if needed.