Error TS2307: Cannot find module 'fabric-shim'

774 views Asked by At

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!

1

There are 1 answers

4
TarithJ On

Try running this in the cli

npm install --save fabric-shim