Skip to content

Commit d4c23a7

Browse files
authored
docs: readme note
1 parent b11ea17 commit d4c23a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/nx/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ npm WARN node_modules/@swc/core
9191
npm WARN peer @swc/core@">= 1.3" from @swc-node/[email protected]
9292
```
9393

94+
*Note: If you receive the following error:*
95+
96+
```bash
97+
NX The "@nx/nativescript:application" generator doesn't yet support the existing TypeScript setup
98+
```
99+
100+
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`.
101+
94102
### 4. Create an app
95103
96104
```sh

0 commit comments

Comments
 (0)