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
Trying to use the ttwitter filter gives this error:
Error: Cannot find module '../ttwitter/com/creditkarma/finagle/thrift'
Probably because the files list in package.json only has dist/main and not dist/ttwitter
dist/main
dist/ttwitter
The text was updated successfully, but these errors were encountered:
Hi @jlai, Can I get how ttwitter filter is being used in your use case.
Sorry, something went wrong.
Using it as documented in the readme, e.g.
import {ThriftClientTTwitterFilter} from '@creditkarma/thrift-client-ttwitter-filter';
and connection.register(ThriftClientTTwitterFilter(filterOptions))
connection.register(ThriftClientTTwitterFilter(filterOptions))
It's a packaging issue. Fixing it should be as simple as adding dist/ttwitter to https://github.com/creditkarma/thrift-server/blob/master/packages/thrift-client-ttwitter-filter/package.json
Added a PR with that suggestion here - #197
No branches or pull requests
Trying to use the ttwitter filter gives this error:
Error: Cannot find module '../ttwitter/com/creditkarma/finagle/thrift'
Probably because the files list in package.json only has
dist/main
and notdist/ttwitter
The text was updated successfully, but these errors were encountered: