Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit d5de604

Browse files
Fix build break (#305)
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]>
1 parent 5a5259d commit d5de604

File tree

5 files changed

+1638
-2
lines changed

5 files changed

+1638
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
package-lock.json

0 commit comments

Comments
 (0)