sourcey / spectacle

Beautiful static documentation generator for OpenAPI/Swagger 2.0
https://sourcey.com/spectacle
Other
1.28k stars 338 forks source link

Missing helper: "json-schema-resolve-ref" #139

Open dapepe opened 6 years ago

dapepe commented 6 years ago

Hi! When generating my documentation I receive the following error message:

Running "compile-handlebars:compile" (compile-handlebars) task
>> Task error: { Error: Missing helper: "json-schema-resolve-ref"

In views/partials/swagger/responses.hbs I replaced json-schema-resolve-ref with schemaResolveReference since I assume this is the correct helper...

I am on the current version (1.0.3).

Any advice?