Skip to content

Commit

Permalink
Fix build break (#702)
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 <Mark.S.Lewis@outlook.com>
  • Loading branch information
bestbeforetoday authored Oct 12, 2024
1 parent 2ffeed0 commit ffee7bc
Show file tree
Hide file tree
Showing 3 changed files with 818 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
coverage
docs/gen
node_modules
npm-shrinkwrap.json
npm-debug.log
yarn.lock
tmp
Expand Down
Loading

0 comments on commit ffee7bc

Please sign in to comment.