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

Commit ffee7bc

Browse files
Fix build break (#702)
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 2ffeed0 commit ffee7bc

File tree

3 files changed

+818
-2
lines changed

3 files changed

+818
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
coverage
66
docs/gen
77
node_modules
8-
npm-shrinkwrap.json
98
npm-debug.log
109
yarn.lock
1110
tmp

0 commit comments

Comments
 (0)