hyperledger-archives / education

Hyperledger training material
https://wiki.hyperledger.org/display/LMDWG
Apache License 2.0
372 stars 360 forks source link

Pin package versions #132

Open anonydog opened 5 years ago

anonydog commented 5 years ago

fabric-client seems to have removed Client.newEventHub in later versions. That caused the following error for me when trying to add tuna or change holders in the client app:

TypeError: fabric_client.newEventHub is not a function

Pinning it (and some dependencies) solved the issue for me.