Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NativeScript/nx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20.3.0
Choose a base ref
...
head repository: NativeScript/nx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 27, 2025

  1. docs: readme note

    NathanWalker authored Jan 27, 2025
    Copy the full SHA
    d4c23a7 View commit details
Showing with 8 additions and 0 deletions.
  1. +8 −0 packages/nx/README.md
8 changes: 8 additions & 0 deletions packages/nx/README.md
Original file line number Diff line number Diff line change
@@ -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