-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b11ea17
commit d4c23a7
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[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 | ||
|