Open lam0620 opened 1 year ago
same issue help anyone please
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";
I have the same problem,u solved it?
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.