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.
Sometimes I forget to type --save when doing an install, so my tsd.json is not updated with my new type definitions.
If I rerun tsd install --save again my tsd.json is not updated. Instead, I must first rm typings/* and reinstall everything.
Is it possible to have tsd be consistent with tools like npm and bower where saving already installed packages will correctly save them? If so, I can work on a PR.
The text was updated successfully, but these errors were encountered:
Sometimes I forget to type --save when doing an install, so my tsd.json is not updated with my new type definitions.
If I rerun tsd install --save again my tsd.json is not updated. Instead, I must first rm typings/* and reinstall everything.
Is it possible to have tsd be consistent with tools like npm and bower where saving already installed packages will correctly save them? If so, I can work on a PR.
The text was updated successfully, but these errors were encountered: