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
{{ message }}
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
It seems that the .git-labelmaker.bcup is written to /usr/local/lib/node_modules/git-labelmaker, which means that I need to be a privileged user (sudo git-labelmaker) to store my token?
eg. If i dont run with sudo first, I'm prompted for my token every time.
Would not it make more sense to use some XDG directory (data or config or something) to store the token under the users home directory? Or is intended functionality? Or am I confused about something else?
The text was updated successfully, but these errors were encountered:
Nope, this wasn't designed to require sudo to run. After some investigation, it seems that there is no need to use sudo if you have properly installed node/npm:
It seems that the
.git-labelmaker.bcup
is written to/usr/local/lib/node_modules/git-labelmaker
, which means that I need to be a privileged user (sudo git-labelmaker
) to store my token?eg. If i dont run with sudo first, I'm prompted for my token every time.
Would not it make more sense to use some XDG directory (data or config or something) to store the token under the users home directory? Or is intended functionality? Or am I confused about something else?
The text was updated successfully, but these errors were encountered: