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
Hi. first, greatly appreciate is the only actual yarn completion that works :)
But to install on my Ubuntu box, "yarn add global" does not work, I had to do it with "npm i -g".
With yarn, I get a "yarn-completion command not found".
Also a better way to add bash completion is put the file in /etc/bash_completion.d
That will not require to edit the .bashrc, which I find a cleaner solution.
So for me it is:
wget https://github.com/romainberger/yarn-completion/blob/master/yarn-completion.bash
sudo move yarn-completion.bash /etc/bash_completion.d/
npm i -g yarn-completion
The text was updated successfully, but these errors were encountered:
Hi. first, greatly appreciate is the only actual yarn completion that works :)
But to install on my Ubuntu box, "yarn add global" does not work, I had to do it with "npm i -g".
With yarn, I get a "yarn-completion command not found".
Also a better way to add bash completion is put the file in /etc/bash_completion.d
That will not require to edit the .bashrc, which I find a cleaner solution.
So for me it is:
The text was updated successfully, but these errors were encountered: