BootcampXVI-Project / SupplychainNetwork

Supply Chain Management System - Hyperledger Fabric Network
1 stars 1 forks source link

Cannot find module '../config/supply-chain-9ea64-firebase-adminsdk-hz2j8-94d0fecb0a.json' #4

Open lam0620 opened 11 months ago

lam0620 commented 11 months ago

Hi there

Does it work? I followed your guide and got an error below at the "start application" step. I also checked in "/supply_chain_application/tree/main/src/config" and the "supply-chain-9ea64-firebase-adminsdk-hz2j8-94d0fecb0a.json" file is not found.

Help me how to solve it.


$ npm start

> supply_chain_application@1.0.0 start
> npm run build && node dist/index.js

> supply_chain_application@1.0.0 build
> tsc

src/services/imageService.ts:4:28 - error TS2307: Cannot find module '../config/supply-chain-9ea64-firebase-adminsdk-hz2j8-94d0fecb0a.json' or its corresponding type declarations.

4 import serviceAccount from "../config/supply-chain-9ea64-firebase-adminsdk-hz2j8-94d0fecb0a.json";

sajidganie commented 3 months ago

same issue help anyone please