krakenjs / generator-swaggerize

Yeoman generator for design-driven apis with swagger 2.0 and krakenjs/swaggerize tools.
Other
70 stars 34 forks source link

Path bug on Windows #40

Closed jscti closed 8 years ago

jscti commented 9 years ago

Hi

As pointed out here : https://github.com/krakenjs/swaggerize-express/issues/66 there is an issue on Windows while using this generator.

Bug occurs in server.js and tests files

giowe commented 8 years ago

same bug reported, all "/" chars are written with the escape char --> "\" in Window

image

giowe commented 8 years ago

I fixed the problem in this pull request https://github.com/krakenjs/generator-swaggerize/pull/56

subeeshcbabu-zz commented 8 years ago

Is this really required for node version 4+ also?

subeeshcbabu-zz commented 8 years ago

Please check the latest version generator-swaggerize@3.0.0. This should be resolved.