Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upMissing Command/Alias: "unisntall" #6095
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
othiym23
Sep 2, 2014
Contributor
I have mistyped "isntall" on many occasions, as I install packages all the time. I have never, to the best of my knowledge, ever even tried to type "unisntall". It's possible that someday we'll remove "isntall", but "unisntall" isn't happening.
|
I have mistyped "isntall" on many occasions, as I install packages all the time. I have never, to the best of my knowledge, ever even tried to type "unisntall". It's possible that someday we'll remove "isntall", but "unisntall" isn't happening. |
othiym23
closed this
Sep 2, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dccampbell
Sep 2, 2014
It's possible that someday we'll remove "isntall"
That's the proper solution I was alluding to by way of pointing out the absurd. ![]()
dccampbell
commented
Sep 2, 2014
That's the proper solution I was alluding to by way of pointing out the absurd. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
You'll take Never. That stays. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
The More You Know™ |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
isaacs
Sep 2, 2014
Member
Put in less "dramatic" terms, the "voice" and character of the npm client is that it should always be helpful, as un-snarky as possible, and prioritize real human needs and enjoyment above an arbitrary commitment to symmetry.
Since people don't tend to mistype uninstall as unisntall (especially when rm is a much more commonly used alias), there's no need to support it, symmetry be damned.
Removing isntall -- or worse, replacing it with a Erm, so, I believe you meant "install", perhaps if you invest in a typing tutor, preferably using a proper keyboard such as dvorak, you'd avoid such foolish errors type of message -- is contrary to the spirit and voice of the npm client. It is a loving being who endeavors to be as helpful and friendly as possible. If it knows what you mean, it'll just do what you wanted.
|
Put in less "dramatic" terms, the "voice" and character of the npm client is that it should always be helpful, as un-snarky as possible, and prioritize real human needs and enjoyment above an arbitrary commitment to symmetry. Since people don't tend to mistype Removing |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
kid-icarus
commented
Sep 2, 2014
|
Wish I could fave this |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dccampbell
Sep 2, 2014
You can't damn symmetry without it damning you back.
And Dvorak is soooo 1930's. All the cool kids use Colemak or Workman.
dccampbell
commented
Sep 2, 2014
|
You can't damn symmetry without it damning you back. And Dvorak is soooo 1930's. All the cool kids use Colemak or Workman. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
natcho
Oct 30, 2014
How about adding "instlal" and "uninstlal" - I misspell it often that way? Please?
natcho
commented
Oct 30, 2014
|
How about adding "instlal" and "uninstlal" - I misspell it often that way? Please? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Could train yourself to spell |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
verybigelephants
May 19, 2016
i will start typing isntall on purpose from now on
i hope one day install will be autocorrecting alias to the actual command isntall
verybigelephants
commented
May 19, 2016
|
i will start typing isntall on purpose from now on |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
hanakivan
commented
May 19, 2016
|
I have been using the command isntall ever since. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
itskevinsam
Jul 10, 2018
All these years i thought php-internals as the worse team ever (except few). Now i stand corrected. They are okay. This is dipshit.
itskevinsam
commented
Jul 10, 2018
•
|
All these years i thought php-internals as the worse team ever (except few). Now i stand corrected. They are okay. This is dipshit. |
dccampbell commentedSep 2, 2014
Example:
npm isntall <pkg>npm unisntall <pkg>Result:
Package is installed, but not uninstalled.
unisntallis an unknown command (returnsnpm help).Expected Result:
The given package is installed and uninstalled. Alternatively, both lines fail and suggest how to spell the rather common commands properly (maybe w/ just a bit of snark for flavor).
Ref: #2933 & 8891038🌚