You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handlebars is not defined
at Object. (.../node_modules/swagger-ui/dist/swagger-ui.js:9:57)
at Object. (.../node_modules/swagger-ui/dist/swagger-ui.js:26330:7)
This is the error message which I got when I tried importing swagger-ui package.
I tried installing and including Handlebars package before swagger_ui but it did not help.
Can you please provide solution to this problem?
The text was updated successfully, but these errors were encountered:
Same issue. Looks the same as #1551.
Tried with both node 4.5.0 and 6.5.0 ([email protected] node_modules/swagger-ui).
>swaggerUI=require('swagger-ui')
ReferenceError: Handlebarsisnotdefinedat..node_modules/swagger-ui/dist/swagger-ui.js:9:18atObject.<anonymous>(..node_modules/swagger-ui/dist/swagger-ui.js:773:3)atObject.<anonymous>(..node_modules/swagger-ui/dist/swagger-ui.js:24758:7)atModule._compile(module.js:409:26)atObject.Module._extensions..js(module.js:416:10)atModule.load(module.js:343:32)atFunction.Module._load(module.js:300:12)atModule.require(module.js:353:17)atrequire(internal/module.js:12:17)
at repl:1:13
Handlebars is not defined
at Object. (.../node_modules/swagger-ui/dist/swagger-ui.js:9:57)
at Object. (.../node_modules/swagger-ui/dist/swagger-ui.js:26330:7)
This is the error message which I got when I tried importing swagger-ui package.
I tried installing and including Handlebars package before swagger_ui but it did not help.
Can you please provide solution to this problem?
The text was updated successfully, but these errors were encountered: