vvakame / dtsm

The .d.ts manager
MIT License
98 stars 6 forks source link

'dtsm search ...' results in an error when git command is not installed #23

Closed tyru closed 7 years ago

tyru commented 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.

  1. Install dtsm: npm install -g dtsm
  2. dtsm init
  3. dtsm search angular shows the following error

git-not-found

tyru commented 7 years ago

ditto #22

sorry... I'm newbie and I didn't notice typings command replaced this tool. please ignore or close this.