Deepak Sharma

Results 7 comments of Deepak Sharma

I can confirm to that @mnn 's solution works. Although I am running Ubuntu 14.04, I had the same issue while installlng giter8.

Shouldn't `cs` be looking for `sbt-launch.jar` from the `$PATH`, instead in ~/.conscript/ dir? I had added path to sbt's bin folder so, command `sbt-launch.jar` was available.

I too faced this issue and fixed it with the solution suggested by @FrikkieSnyman The reason I think, it worked, is because of the conflict with some existing class name....

Also, I can see that this BaseSchema interface in this file - https://github.com/thiagobustamante/typescript-rest-swagger/blob/master/src/swagger/swagger.ts does contain `minLength` specification. I still don't understand how to declare in my own interfaces for the...

Okay. I was looking at `getSwaggerTypeForPrimitiveType` method in https://github.com/thiagobustamante/typescript-rest-swagger/blob/master/src/swagger/generator.ts And it seems there is no such option available yet. But, I might hopefully be wrong :|

I got the similar error as well when I set `automock: true` in `jest.config.json`: ``` Failed to get mock metadata: /Users/deepak/example-app/node_modules/process-nextick-args/index.js See: http://facebook.github.io/jest/docs/manual-mocks.html#content at Runtime._generateMock (node_modules/jest-runtime/build/index.js:498:15) at Object. (node_modules/readable-stream/lib/_stream_readable.js:26:11) at...