pocotan001 / react-styleguide-generator

Easily generate a good-looking styleguide by adding some documentation to your React project.
http://pocotan001.github.io/react-styleguide-generator
MIT License
700 stars 76 forks source link

Git errors during npm install #29

Closed iblack10 closed 8 years ago

iblack10 commented 8 years ago

I'm unable to install the package due to git errors relating to this dev dependency in the package.json:

"react-simpletabs": "matthewgertner/react-simpletabs"

Is there a reason the dependency points to a github repo and not to the package on npm e.g.

"react-simpletabs": "^0.7.0"

This article (https://circleci.com/docs/git-npm-install/) suggests that if a dependency points to a github repo it should use the full https:// address.

iblack10 commented 8 years ago

I get the error while installing via ohmyzsh but it works via windows terminal. Possibly bash requires SSL dependencies.