scoop\apps\scoop\current\lib\install.ps1:191:21
Line |
191 | $bin = (Get-Command $target).Source
| ~~~~~~~~~~~~~~~~~~~
| The term 'bin\ltex-cli-plus.bat' is not recognized as a name of a
| cmdlet, function, script file, or executable program. Check the spelling
| of the name, or if a path was included, verify that the path is correct
| and try again.
Can't shim 'bin\ltex-cli-plus.bat': File doesn't exist.`
The ltex-ls-plus manifest (ltex-ls-plus.json) expects a CLI batch file at
bin\ltex-cli-plus.batto create a shim forltex-cli-plus. The shim fails and the CLI is not available on PATH after install. The expected file does exist though, even after getting this error, at~\scoop\apps\ltex-ls-plus\current\ltex-ls-plus-18.6.1\bin\ltex-cli-plus.bat"Steps to reproduce:
scoop install Scoopforge_Main-Plus/ltex-ls-plusExpected behavior:
~\scoop\apps\ltex-ls-plus\current\ltex-ls-plus-18.6.1\bin\ltex-cli-plus.bat"Workaround:
References: