Reputation: 27
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!
Upvotes: 0
Views: 800