DefinitelyTyped / tsd

[DEPRECATED] TypeScript Definition manager for DefinitelyTyped
Apache License 2.0
1.12k stars 135 forks source link

tsd install --save mocha doesn't actually get mocha #264

Closed ihsw closed 8 years ago

ihsw commented 8 years ago

It says "written zero files" and the "installed" value in tsd.json doesn't get updated.

What's wrong?

ihsw commented 8 years ago

Seems it expects tsd install mocha --save, with the --save flag notably at the end.

I am closing this now.