Open amphineko opened 8 years ago
Yea, this bug has confused me too. I think the position of the command line options should not matter. npm and bower behave this way so if developers grow habit of putting --save first they will have trouble using tsd. As amphineko said this is also misleading because the user thinks the package doesn't exist when it was actually interpreting the command differently.
Duplicated of #196
I'm trying to install definitions in my usual way on npm, like "npm install --save something".
I tried the first one and got failed for many times, this kind of ordering arguments always confuses me.
It would be better if
tsd install
could tell me--save
is unable to install, so I can figure out that I have made a mistake on arguments-ordering.