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 was about to leave an issue that the screenshots look nothing like the program! But after some investigation I realized that I had installed hn from npm, a completely separate program, and it happened to be before your injected hn in the path. I removed it, and of course haxor-news works beautifully.
I don't know if it's possible or a good idea, but it would be nice to check for dumb people like me who forget they installed 3 or 4 HN CLI clients at once.
The text was updated successfully, but these errors were encountered:
What OP suggests is not task of the developer of the program, but the packaging infrastructure. So this should be either fixed by npm or pypi or whatever is used to install haxor-news and/or the other program.
So I'd suggest closing this issue, as it does not belong here.
That beeing said I would say that it is not possible to do such a thing, at all. It would mean that every package management software out there would need to check the $PATH and whether there is already a command with the same name. This is simply not possible.
I was about to leave an issue that the screenshots look nothing like the program! But after some investigation I realized that I had installed
hn
from npm, a completely separate program, and it happened to be before your injectedhn
in the path. I removed it, and of course haxor-news works beautifully.I don't know if it's possible or a good idea, but it would be nice to check for dumb people like me who forget they installed 3 or 4 HN CLI clients at once.
The text was updated successfully, but these errors were encountered: