From e4a2e72616c0c041274eb58cfdecf0ed27a3ad15 Mon Sep 17 00:00:00 2001 From: Daniel James Smith <2670567+djsmith85@users.noreply.github.com> Date: Wed, 17 Dec 2025 20:09:07 +0100 Subject: [PATCH] Update command to reset nx (#18022) Co-authored-by: Daniel James Smith --- libs/nx-plugin/docs/using-the-basic-lib-generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/nx-plugin/docs/using-the-basic-lib-generator.md b/libs/nx-plugin/docs/using-the-basic-lib-generator.md index 34834f9544f..b4a6d99ef2c 100644 --- a/libs/nx-plugin/docs/using-the-basic-lib-generator.md +++ b/libs/nx-plugin/docs/using-the-basic-lib-generator.md @@ -78,7 +78,7 @@ After generating your library: ### Issue: TypeScript path mapping not working -**Solution**: Run `nx reset` to clear the Nx cache, then try importing from your library again. +**Solution**: Run `npx nx reset` to clear the Nx cache, then try importing from your library again. ## Extending the Generated Code