Command not found: install
Simple install command does not work as expected:
tsd install mocha chai produces error command not found: install.
Current @latest on npm is still v0.5.7.
You are probably reading the readme on Github, which is for the prerelease v0.6 (as noted).
Get it from the @next tag using npm install tsd@next -g
Hey @Bartvds,
Do you know when you're planning to officially release v0.6?
Hey john,
I guess when I get around to making new screenshots and updating the README. Probably this week (saying that for months now :)
The code itself should be good, I see a lot of 0.6 beta usage in the stats already.
Nice - I'm planning to give it a whirl later this week either way. I've been moving to using npm, bower etc in my projects and it kind of "fits" to move to tsd in line with that I reckon. (JSON config FTW!)
Sure. Note 0.5.7 and 0.6 are compatible, and the 0.6 prerelease has it own semver (0.6.0-beta.4) so it should be safe. Only thing missing is tagging it as latest on npm.