Error TS2307: Cannot find module 'fabric-shim'

782 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 best solutions below

4
On

Try running this in the cli

npm install --save fabric-shim