Giter Site home page Giter Site logo

Comments (3)

4r7if3x avatar 4r7if3x commented on June 13, 2024 1

Hi, where did you change to solve the problem?

You basically need to rename all id keys to $id in all JSON schemas. The files are usually named schema.json, but you can run a recursive text search for "id": to find them all and replace these with "$id": instead.

from nativescript-schematics.

brnLucas avatar brnLucas commented on June 13, 2024

Hi, where did you change to solve the problem?

from nativescript-schematics.

realtica avatar realtica commented on June 13, 2024

Same here,
npm install -g @angular/[email protected]
with version 12 works but you get this:

❯ ng generate component channel
"SchematicsNativeScriptAngularComponent" schema is using the keyword "id" which its support is deprecated. Use "$id" for schema ID.
"SchematicsAngularComponent" schema is using the keyword "id" which its support is deprecated. Use "$id" for schema ID.
Option "entryComponent" is deprecated: Since version 9.0.0 with Ivy, entryComponents is no longer necessary.
CREATE src/app/channel/channel.component.spec.ts (633 bytes)
CREATE src/app/channel/channel.component.ts (278 bytes)
CREATE src/app/channel/channel.component.css (49 bytes)
CREATE src/app/channel/channel.component.html (63 bytes)

This schema needs to be upgraded!

from nativescript-schematics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.