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
I installed yarn-completions - didn't work. Realized it's actually some kind of plugin for tabtab, so I installed that. Still doesn't work. Re-sourced my bash profile. Still doesn't work. Is there really more configuration required?
How did you install yarn-completions ? You don't need to install tabtab separately, this is included in yarn-completions itself.
Normally, you just need to install yarn-completions with npm globally.
npm install yarn-completions -g
What do you use for your shell ? Bash, zsh or fish ? If you use bash, you should see a line specific to tabtab, at the end of your ~/.bashrc, that loads a shell specific script for your system and enable the completion mechanism for the command yarn.
The text was updated successfully, but these errors were encountered:
Hi @Matmo10
I thought about adding an issue here to maybe help you get yarn-completions work on your system. I hope you'll get this notification :)
Based on that comment: yarnpkg/yarn#609 (comment)
How did you install yarn-completions ? You don't need to install tabtab separately, this is included in yarn-completions itself.
Normally, you just need to install yarn-completions with npm globally.
What do you use for your shell ? Bash, zsh or fish ? If you use bash, you should see a line specific to tabtab, at the end of your
~/.bashrc
, that loads a shell specific script for your system and enable the completion mechanism for the commandyarn
.The text was updated successfully, but these errors were encountered: