Giter Site home page Giter Site logo

Comments (4)

JoostK avatar JoostK commented on April 28, 2024

There seems to be an issue with your TypeScript config file, as TS crashes when trying to process it.

Without a reproduction this isn't otherwise actionable to us.

from angular.

bcherkezovtf avatar bcherkezovtf commented on April 28, 2024

Thank you for the direction. I start debugging it and find out it was looking for out || outFile property from my tsconfig, so I added one, but now it fails with:

    at checkUnreachable (/node_modules/typescript/lib/typescript.js:44035:25)
    at bindChildren (/node_modules/typescript/lib/typescript.js:41851:11)
    at bind (/node_modules/typescript/lib/typescript.js:43164:11)
    at bindSourceFile2 (/node_modules/typescript/lib/typescript.js:41492:9)
    at bindSourceFile (/node_modules/typescript/lib/typescript.js:41434:5)
    at initializeTypeChecker (/node_modules/typescript/lib/typescript.js:83891:9)
    at createTypeChecker (/node_modules/typescript/lib/typescript.js:46011:5)
    at Object.getTypeChecker (/node_modules/typescript/lib/typescript.js:117526:44)
    at new NgCompiler (file:///node_modules/@angular/compiler-cli/bundles/chunk-QRYLMBG3.js:6539:73)
    at NgCompiler.fromTicket (file:///node_modules/@angular/compiler-cli/bundles/chunk-QRYLMBG3.js:6504:16```

from angular.

JoostK avatar JoostK commented on April 28, 2024

Please provide a reproduction; the out/outFile being omitted shouldn't cause TS to crash, nor should the newly shared stacktrace. But without further insight into your setup, this won't be actionable.

from angular.

bcherkezovtf avatar bcherkezovtf commented on April 28, 2024

I found out what was causing it. After going through all dependeces again I noticed that @nx/angular was 17.1, not 16.2 like the others deps. After changing it to 16.2 it start building again.

from angular.

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.