Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bestbeforetoday committed Oct 9, 2024
1 parent 5a5259d commit d16079c
Show file tree
Hide file tree
Showing 4 changed files with 821 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/test/fixture/sdkintegration/nodecc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
package-lock.json
Loading

0 comments on commit d16079c

Please sign in to comment.