We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
npm install thrift-typescript
node_modules/.bin
node_modules/.bin/thrift-typescript
Sorry, something went wrong.
No branches or pull requests
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
I have also tried
npm install thrift-typescript
with the same result
The text was updated successfully, but these errors were encountered: