Skip to content
New issue

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

Command 'glci' not found #42

Open
R0cinant3 opened this issue Jun 24, 2021 · 1 comment
Open

Command 'glci' not found #42

R0cinant3 opened this issue Jun 24, 2021 · 1 comment
Labels
infos needed Extra informations are needed

Comments

@R0cinant3
Copy link

When running "yarn global add glci" the following is return in the konsole:
image

However, when I try to run "glci" after this in the repository, I get the following message:
image

How can this be fixed?

@mdubourg001
Copy link
Owner

Hey, can you confirm that the output of yarn global bin is actually in your $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.

@mdubourg001 mdubourg001 added the infos needed Extra informations are needed label Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infos needed Extra informations are needed
Projects
None yet
Development

No branches or pull requests

2 participants