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
loadgen uses node -r esm, which doesn't support package exports.
node -r esm
exports
This conflicts with efforts to use package exports in agoric-sdk; for example:
cc @kriskowal @mhofman
The text was updated successfully, but these errors were encountered:
build: source unreleased noble/hashes
0a9b736
to get paulmillr/noble-hashes@1fddf3d which might help with Agoric/testnet-load-generator#115
92a0751
build: source prerelease @noble/hashes
58ff687
to get paulmillr/noble-hashes@1fddf3d to solve Agoric/testnet-load-generator#115
No branches or pull requests
loadgen uses
node -r esm
, which doesn't support packageexports
.This conflicts with efforts to use package exports in agoric-sdk; for example:
cc @kriskowal @mhofman
The text was updated successfully, but these errors were encountered: