Skip to content

Commit

Permalink
Update PNPM Migration FAQ (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorMcLean committed Jul 1, 2024
1 parent af14927 commit e6fceec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/deep-dives/pnpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<NAME>" 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.

---
Expand Down

0 comments on commit e6fceec

Please sign in to comment.