Skip to content

Commit

Permalink
docs: readme note
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker authored Jan 27, 2025
1 parent b11ea17 commit d4c23a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/nx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ npm WARN node_modules/@swc/core
npm WARN peer @swc/core@">= 1.3" from @swc-node/[email protected]
```

*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
Expand Down

0 comments on commit d4c23a7

Please sign in to comment.