From d4c23a70f77869c1ce71c9a806095fb3d2f3d57a Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 27 Jan 2025 13:47:22 -0800 Subject: [PATCH] docs: readme note --- packages/nx/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/nx/README.md b/packages/nx/README.md index f25d40414..139fb3185 100644 --- a/packages/nx/README.md +++ b/packages/nx/README.md @@ -91,6 +91,14 @@ npm WARN node_modules/@swc/core npm WARN peer @swc/core@">= 1.3" from @swc-node/register@1.8.0 ``` +*Note: If you receive the following error:* + +```bash + NX The "@nx/nativescript:application" generator doesn't yet support the existing TypeScript setup +``` + +You may have forgotten to use the `--preset=apps` flag mentioned above. You can create workspace your workspace with `npx create-nx-workspace@latest --preset=apps`. + ### 4. Create an app ```sh