This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Commit ffee7bc
authored
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- test/fixtures/chaincode/node_cc/example_cc
3 files changed
+818
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments