aubm / postmanerator

A HTTP API documentation generator that use Postman collections
MIT License
654 stars 95 forks source link

Default theme does not appear. #50

Open leviwilsonestevez opened 5 years ago

leviwilsonestevez commented 5 years ago

I have the following error: error

I have installed Git in my operative system(Windows 10 Pro ) and my file is updated

screenshot 3

I don't understand why it occurs this issue.

aubm commented 5 years ago

Is git installed and accessible in your system? If so, typing git --version in a command prompt should produce something like git version x.x.x ....

This is a prerequisite for postmanerator as the first thing it does, is downloading a theme using a git clone command (I realize it could be done with an HTTP direct download).

If installing git is not an option for you, you can download the sources of this repository and manually copy them under your home directory in .postmanerator/themes/default. Sorry if this is not ideal.

leviwilsonestevez commented 5 years ago

Thank you for answering. I have another issue. I am using Git CMD for Windows. template: index.tpl:76: function "findRequest" not defined. screenshot 4 One question.Does not affect the version of my json file the postmanerator program?