diff --git a/docs/deep-dives/pnpm.md b/docs/deep-dives/pnpm.md index cb825d623..7de1bbb5b 100644 --- a/docs/deep-dives/pnpm.md +++ b/docs/deep-dives/pnpm.md @@ -322,6 +322,14 @@ This migration guide assumes that your project was scaffolded with a **skuba** t **A:** `pnpm deploy` is a reserved command. Use `pnpm run deploy` instead. + *** + + **Q** I'm seeing `ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Command "" not found` in my pipeline + + **A** Ensure `pnpm install --offline` is referenced earlier within pipeline step as shown in step 14. + + *** + 15. Search for other references to `yarn` in your project. Replace these with `pnpm` where necessary. ---