From 352e333c3f5594dffe1bd9cf04e23eae32aff965 Mon Sep 17 00:00:00 2001 From: Grzegorz Krajniak Date: Mon, 11 May 2026 11:08:43 +0200 Subject: [PATCH] Update README with npx troubleshooting steps Added troubleshooting note for Angular CLI and npx issues. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb4abbd..9730766 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ npx create-micro-frontend my-mfe cd my-mf npm install ``` + - Angular CLI missing / npx timeout: ensure `npx` and network access; run `npm cache verify` if needed and retry. ## Testing