thrift-typescript icon indicating copy to clipboard operation
thrift-typescript copied to clipboard

thrift-typescript doesn't run (macOS)

Open ohthepain opened this issue 5 years ago • 1 comments

I have tried installing thrift-typescript on macOS and cannot get it to run on the command line.

Repro: clone repo npm install npm run build thrift-typescript

command not found

I have also tried npm install thrift-typescript

with the same result

ohthepain avatar Jun 08 '19 08:06 ohthepain

For the npm install thrift-typescript route, it's in the node_modules/.bin folder. So, from your project root, node_modules/.bin/thrift-typescript

movestill avatar Jan 16 '20 20:01 movestill