Closed tyru closed 7 years ago
(Maybe this is a ridiculous issue. if you feel this issue is not so important, please feel free to close this)
If a user have not installed Git, when run dtsm search ... at first time, it results in an error because git command is not found.
dtsm search ...
git
npm install -g dtsm
dtsm init
dtsm search angular
ditto #22
sorry... I'm newbie and I didn't notice typings command replaced this tool. please ignore or close this.
(Maybe this is a ridiculous issue. if you feel this issue is not so important, please feel free to close this)
If a user have not installed Git, when run
dtsm search ...
at first time, it results in an error becausegit
command is not found.npm install -g dtsm
dtsm init
dtsm search angular
shows the following error