zkLocus icon indicating copy to clipboard operation
zkLocus copied to clipboard

Cannot find cache/module

Open chironjit opened this issue 1 year ago • 0 comments

Hey, I seem to run into this issue when i try to build the contracts folder. I assume this is not meant to be hardcoded

src/api/proofs/Types.ts:22:24 - error TS2307: Cannot find module '/Users/iluxonchik/GitHub/zkLocus/contracts/node_modules/o1js/dist/node/lib/proof-system/cache' or its corresponding type declarations.

22         cache?: import("/Users/iluxonchik/GitHub/zkLocus/contracts/node_modules/o1js/dist/node/lib/proof-system/cache").Cache;
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Found 1 error in src/api/proofs/Types.ts:22

chironjit avatar May 25 '24 15:05 chironjit