Code Monkey home page Code Monkey logo

Comments (7)

shmool avatar shmool commented on May 28, 2024 2

Working on it... Some additional project maintenance is required here...
Thanks for waiting :)

from ng-deploy-azure.

doggy8088 avatar doggy8088 commented on May 28, 2024 1

@alan-agius4
I have the same issue. Here is the angular-error.log content.

[error] Error: NOT SUPPORTED: keyword "id", use "$id" for schema ID
    at Object.code (G:\Projects\demo1\node_modules\ajv\dist\vocabularies\core\id.js:6:15)
    at keywordCode (G:\Projects\demo1\node_modules\ajv\dist\compile\validate\index.js:454:13)
    at G:\Projects\demo1\node_modules\ajv\dist\compile\validate\index.js:222:17
    at CodeGen.code (G:\Projects\demo1\node_modules\ajv\dist\compile\codegen\index.js:439:13)
    at CodeGen.block (G:\Projects\demo1\node_modules\ajv\dist\compile\codegen\index.js:568:18)
    at iterateKeywords (G:\Projects\demo1\node_modules\ajv\dist\compile\validate\index.js:219:9)
    at groupKeywords (G:\Projects\demo1\node_modules\ajv\dist\compile\validate\index.js:208:13)
    at G:\Projects\demo1\node_modules\ajv\dist\compile\validate\index.js:192:13
    at CodeGen.code (G:\Projects\demo1\node_modules\ajv\dist\compile\codegen\index.js:439:13)
    at CodeGen.block (G:\Projects\demo1\node_modules\ajv\dist\compile\codegen\index.js:568:18)

from ng-deploy-azure.

shmool avatar shmool commented on May 28, 2024

Thanks @franktroia, we'll investigate!
I understand that the error happens during the deployment attempt.
Is there any other relevant output that you can share?

from ng-deploy-azure.

stuartst avatar stuartst commented on May 28, 2024

@shmool @franktroia

It appears that something in Angular v13 now uses AJV v7 (with JSON Schema Draft 4) that now requires that any JSON schema files use the id property prefixed with a dollar sign ($). This package is still using the legacy "id" without a dollar sign.

I was able to workaround this issue by changing the "id" property to "$id" in the schema files.

agilitylabsio@e9bb4ef

from ng-deploy-azure.

remybd avatar remybd commented on May 28, 2024

Hello
Do you plan to update the package to be compatible with angular v13 ?
Thanks

from ng-deploy-azure.

paweleck avatar paweleck commented on May 28, 2024

Working on it... Some additional project maintenance is required here... Thanks for waiting :)

@shmool Any workaround for now?

from ng-deploy-azure.

doggy8088 avatar doggy8088 commented on May 28, 2024

@manekinekko
I think this issue have to re-open. The @angular-devkit/* is outdated and it's not compatible with latest Angular CLI Builders. My PR doesn't solve this issue.

from ng-deploy-azure.

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.