Tiago Pina

Results 7 comments of Tiago Pina

👍🏼 on this ``` $~> json2ts --cwd "C:/Users/xyz/Desktop/schemas/quicktype_example/schemas" schemas/bridgeRequest.schema.json foo.ts [ { stack: 'ResolverError: Error opening file "C:\\Users\\xyz\\Desktop\\schemas\\quicktype_example\\node_modules\\@bcherny\\json-schema-ref-parser\\C:\\Users\\xyz\\Desktop\\schemas\\quicktype_example\\schemas\\appIdentifier.schema.json" \n' + "ENOENT: no such file or directory, open 'C:\\Users\\xyz\\Desktop\\schemas\\quicktype_example\\node_modules\\@bcherny\\json-schema-ref-parser\\C:\\Users\\xyz\\Desktop\\schemas\\quicktype_example\\schemas\\appIdentifier.schema.json'\n" + '...

Hi @jprivillaso, You are probably missing the C++ libs. Here's my Dockerfile with `node:9-jessie` ``` FROM node:9-jessie RUN apt-get update && apt-get install -y libldap2-dev RUN mkdir -p /usr/src/app ADD...