You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the executable on windows uses PATH but not Path as the environment variable, then on some case-sensitive terminal, like windows termianl, it will cause problem like below:
C:\Tools\volt>volt-v0.3.7-windows-amd64.exe get tpope/vim-surround
[INFO] Full building C:\Users\zxc\vimfiles\pack\volt\opt directory ...
[ERROR] could not build C:\Users\zxc\vimfiles\pack\volt: exec: "vim.exe": executable file not found in %PATH%
The text was updated successfully, but these errors were encountered:
the executable on windows uses PATH but not Path as the environment variable, then on some case-sensitive terminal, like windows termianl, it will cause problem like below:
C:\Tools\volt>volt-v0.3.7-windows-amd64.exe get tpope/vim-surround
[INFO] Full building C:\Users\zxc\vimfiles\pack\volt\opt directory ...
[ERROR] could not build C:\Users\zxc\vimfiles\pack\volt: exec: "vim.exe": executable file not found in %PATH%
The text was updated successfully, but these errors were encountered: