This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Commit fe4e88a
authored
Fix build break (#175)
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 <Mark.S.Lewis@outlook.com>1 parent 259f00c commit fe4e88a
6 files changed
Lines changed: 1645 additions & 9 deletions
File tree
- src/test
- fixtures/chaincode/node
- fabcar
- marbles0
- java/org/hyperledger/fabric/gateway
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 817 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
0 commit comments