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

Conversation

bestbeforetoday
Copy link
Member

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.

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 bestbeforetoday marked this pull request as ready for review October 9, 2024 22:47
@bestbeforetoday bestbeforetoday requested a review from a team as a code owner October 9, 2024 22:47
@bestbeforetoday bestbeforetoday enabled auto-merge (squash) October 9, 2024 22:47
@bestbeforetoday bestbeforetoday merged commit d5de604 into hyperledger:main Oct 12, 2024
7 checks passed
@bestbeforetoday bestbeforetoday deleted the build-fix branch October 12, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant