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
Hi everyone! I was hoping to use Jito-sdk in my React project but facing this issue with one of the packages inside:
Already tried to add:
"browser" :{ "tls" : false, ... }
to my package.json and it didnt help me. Also tried to use different node.js versions and still no success. Maybe someone could help with this?
The text was updated successfully, but these errors were encountered:
I also encountered such a problem. Is jito-ts unable to be referenced in front-end projects and can only be used in node services?
Sorry, something went wrong.
yes, you could resolve some modules but not everyone. My solution was to use a backend with jito for my frontend project
jito-ts is backend library which needs Nodejs runtime execution to be executing things correctly.
you might wanna try https://www.npmjs.com/package/jito-js-rpc
No branches or pull requests
Hi everyone! I was hoping to use Jito-sdk in my React project but facing this issue with one of the packages inside:
Already tried to add:
to my package.json and it didnt help me. Also tried to use different node.js versions and still no success. Maybe someone could help with this?
The text was updated successfully, but these errors were encountered: