We are trying to migrate Hyperledger Cactus from yarn v1 to yarn v3 (3.3.0). During migration using these steps here, we encountered issues. Node version used: 16.14.2
issues encountered: see screenshot
Ways to replicate issue:
After building cactus project and updating the yarn version we updated some scripts:
Updated the script "codegen"
on the cactus/packages/cactus-core-api/package.json
to "codegen": "yarn run codegen:openapi && yarn run codegen:proto", and updated the cactus/package.json
configure command with "configure": "yarn install --immutable && yarn run build:dev:backend"
.
We run the command yarn run configure
to replicate the errors