Skip to content
New issue

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

Fix build break #305

Merged
merged 1 commit into from
Oct 12, 2024
Merged

Commits on Oct 9, 2024

  1. Fix build break

    New version of grpc-js required 'fs/promises', which does not exist in
    the particular version of Node 12 included in the
    hyperledger/fabric-nodeenv:2.2 image. This was fixed in grpc-js v1.12.2.
    
    This change includes npm-shrinkwrap.json files for the Node chaincode
    used by tests to avoid any unexpected future dependency version
    resolution changes.
    
    Signed-off-by: Mark S. Lewis <[email protected]>
    bestbeforetoday committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d0f4c52 View commit details
    Browse the repository at this point in the history