We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running "yarn global add glci" the following is return in the konsole:
However, when I try to run "glci" after this in the repository, I get the following message:
How can this be fixed?
The text was updated successfully, but these errors were encountered:
Hey, can you confirm that the output of yarn global bin is actually in your $PATH ?
yarn global bin
$PATH
If not, you can add export PATH="$PATH:$(yarn global bin)" in your ~/.zshrc / ~/.bashrc file to add it, maybe this could solve the issue.
export PATH="$PATH:$(yarn global bin)"
~/.zshrc
~/.bashrc
Sorry, something went wrong.
No branches or pull requests
When running "yarn global add glci" the following is return in the konsole:
However, when I try to run "glci" after this in the repository, I get the following message:
How can this be fixed?
The text was updated successfully, but these errors were encountered: