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
{{ message }}
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
Using install without flags works as expected. Running tsd install chai mocha installs both chai and mocha. However, running tsd install -s chai mocha, tsd install -r chai mocha, etc. only installs mocha.
Similarly, running tsd install -s chai results in the error "pass at least one query pattern".
The npm package I am using is 0.6.0-beta.5.
The text was updated successfully, but these errors were encountered:
Using install without flags works as expected. Running
tsd install chai mocha
installs both chai and mocha. However, runningtsd install -s chai mocha
,tsd install -r chai mocha
, etc. only installs mocha.Similarly, running
tsd install -s chai
results in the error "pass at least one query pattern".The npm package I am using is 0.6.0-beta.5.
The text was updated successfully, but these errors were encountered: