I'm trying to setup autotasks for local developmentand tried installing the yarn.lock with yarn install --frozen-lockfile but it doesn't actually install anything?
What am I missing?
I'm running yarn v1.22.19 and it creates the node modules folder but with an most empty.
Link: https://docs.openzeppelin.com/defender/autotasks#local-development
I'm trying to setup autotasks for local developmentand tried installing the yarn.lock with
yarn install --frozen-lockfile
but it doesn't actually install anything?What am I missing?
I'm running yarn v1.22.19 and it creates the node modules folder but with an most empty.