enter image description hereI have created a metaplex candy machine v2. When i try to update the candy-machine i get an error refering to the candy machine source code line 845
Error location
C:\Users\Hardy V\Desktop\solana-nft-T1\metaplex-master\js\packages\cli\src\candy-machine-v2-cli.ts:845
this is the line of code
const candyMachine = new PublicKey(cacheContent.program.candyMachine);
TypeError: Cannot read properties of undefined (reading 'program')
Is there something wrong with the code or i am doing something wrong?
here is the command that i run ,