Version
vfox 0.5.3 (installed using scoop)
OS
Windows 11
Describe the bug
When I try to run vfox use -g from Git Bash, I get an error saying the system can't find the specified path (even though the path exists). Running vfox use without the -g flag works fine, and running it with -s or -p also work fine. I've tried with two separate plugins (golang and nodejs), and I see the same issue with both.
Examples
$ vfox use -g golang
Please select a version of golang:
-> 1.22.3
failed to read bin paths:/c/Users/colec/.version-fox/cache/golang/current/bin: open /c/Users/colec/.version-fox/cache/golang/current/bin: The system cannot find the path specified.
$ ls -al /c/Users/colec/.version-fox/cache/golang/current/bin
total 15372
drw-rw-rw- 2 colec 0 0 2024-05-25 21:21 .
drw-rw-rw- 10 colec 0 4096 2024-05-25 21:21 ..
-rwxrwxrwx 1 colec 0 12957696 2024-05-25 21:21 go.exe
-rwxrwxrwx 1 colec 0 2775040 2024-05-25 21:21 gofmt.exe
Version vfox 0.5.3 (installed using scoop) OS Windows 11
Describe the bug When I try to run
vfox use -g
from Git Bash, I get an error saying the system can't find the specified path (even though the path exists). Runningvfox use
without the-g
flag works fine, and running it with-s
or-p
also work fine. I've tried with two separate plugins (golang
andnodejs
), and I see the same issue with both.Examples