I'm trying to create a new project of Nativescript using the shared project option. However, as soon as I run ng new I have this error on the terminal:
An unhandled exception occurred: NOT SUPPORTED: keyword "id", use "$id" for schema ID See "/private/..../angular-errors.log" for further details.
This is the command I'm running:
ng new -c=@nativescript/schematics my-shared-app --shared --style=scss
And this is the version of my packages:
- MacBook Air m1
- Node v16.13.0
- Npm v8.1.0
- NS v8.1.5
- Angular CLI 13.1.2
I've followed all the steps to install and create like said in the docs here: https://v7.docs.nativescript.org/angular/code-sharing/creating-a-new-project
When creating projects with nseverything works just fine. I can create the project, develop, test and run ins run android/iOS. For example, this command works:
ns create HelloWorld --template @nativescript/template-hello-world-ts
Any idea what's going on with this error?