IBM / blockchainbean2

This code pattern shows how to model a supply-chain network using the IBM Blockchain Platform and is based on a collaboration with Brooklyn Roasting Company. The story, along with the supply-chain documents that were used to model this network, can be found at: https://www.ibm.com/blockchainbean. Note that the 'view the blockchain' button is being migrated''
https://developer.ibm.com/patterns/coffee-supply-chain-network-hyperledger-fabric-blockchain-2/
122 stars 84 forks source link

Error TS2307: Cannot find module 'fabric-shim'. #33

Open Abhishekkochar opened 3 years ago

Abhishekkochar commented 3 years ago

Hi, I am relatively new to blockchain. Trying to set up the project but getting an error TS2307: Cannot find module 'fabric-shim'.

node_modules/fabric-contract-api/types/index.d.ts:10:51 - error TS2307: Cannot find module 'fabric-shim' 10 import { ChaincodeStub, ClientIdentity } from 'fabric-shim';

Any help would be appreciated. Thanks in advance!