in pnpm-workspace.yaml
packages:
- 'apps/**'
- 'config/**'
- 'packages/layerzero-definitions/**'
- 'packages/layerzero-utility/**'
- 'packages/sdk/**'
the layerzero-definitions and the layerzero-utility doesn't exist
when you run pnpm dev:up, errors like this will be reported
RR_PNPM_WORKSPACE_PKG_NOT_FOUND In apps/executor: "@lz/lz-utility-v2@workspace:^" is in the dependencies but no package named "@lz/lz-utility-v2" is present in the workspace
in pnpm-workspace.yaml
the layerzero-definitions and the layerzero-utility doesn't exist
when you run
pnpm dev:up, errors like this will be reportedRR_PNPM_WORKSPACE_PKG_NOT_FOUND In apps/executor: "@lz/lz-utility-v2@workspace:^" is in the dependencies but no package named "@lz/lz-utility-v2" is present in the workspace