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
Describe the bug
I have to install another library not supported like parallel-lint. I install with composer global require but the only form to run the tool is with absolut path /home/runner/.composer/vendor/bin/parallel-lint --version. I have not global access.
Describe the bug
I have to install another library not supported like parallel-lint. I install with
composer global require
but the only form to run the tool is with absolut path/home/runner/.composer/vendor/bin/parallel-lint --version
. I have not global access.To Reproduce
feature.zip
Expected behavior
If I install a tool with global composer require I would like to have access to it globally.
Screenshots
Additional context
I tried to add to $PATH the composer global path (
/home/runner/.composer/vendor/bin
) but neither works.The text was updated successfully, but these errors were encountered: