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
yarn install
cross-fetch dependency is incompatible with workers
cross-fetch
ensure every package is using same solana version (see resolutions field in package.json) and then patch that version.
we're doing this now, but sometimes a different version of solana still makes it into the yarn.lock file, so it doesn't get patched
yarn.lock
open PR in solana/web3.js repo to remove cross-fetch
The text was updated successfully, but these errors were encountered:
opened a PR in web3.js to replace cross-fetch with isomorphic-unfetch solana-labs/solana#25500
isomorphic-unfetch
Sorry, something went wrong.
the PR was rejected but there are plans to hopefully remove cross-fetch at some point solana-labs/solana#25014
No branches or pull requests
problem:
cross-fetch
dependency is incompatible with workersshort term solution:
ensure every package is using same solana version (see resolutions field in package.json) and then patch that version.
we're doing this now, but sometimes a different version of solana still makes it into the
yarn.lock
file, so it doesn't get patchedlong term solution:
open PR in solana/web3.js repo to remove
cross-fetch
The text was updated successfully, but these errors were encountered: