Coder Social home page Coder Social logo

Angular 17 support about angular HOT 4 CLOSED

kevinzli avatar kevinzli commented on April 27, 2024
Angular 17 support

from angular.

Comments (4)

wawyed avatar wawyed commented on April 27, 2024

My time is limited so PRs are welcome!

from angular.

Sabbacus avatar Sabbacus commented on April 27, 2024

We have overridden the UI Router Angular dependencies with Angular 17, and we have used it in production for about a month now without any issues. Perhaps it works for you as well?
That said, official Angular 17 support would be appreciated.

"overrides": {
"@uirouter/angular": {
"@angular/animations": "17.0.7",
"@angular/common": "17.0.7",
"@angular/core": "17.0.7",
"@angular/forms": "17.0.7"
}
}

from angular.

kevinzli avatar kevinzli commented on April 27, 2024

I am trying to do development of @uirouter/angular locally, so I followed the development instructions https://github.com/ui-router/angular/blob/master/CONTRIBUTING.md#developing.

When I ran 'npm install' command in uirouter/ng2 project, I got the following npm error:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: @uirouter/[email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR! dev @angular/common@"^16.0.0" from the root project
npm ERR! peer @angular/common@"16.2.12" from @angular/[email protected]
npm ERR! node_modules/@angular/platform-server
npm ERR! peerOptional @angular/platform-server@"^16.1.0" from @angular-devkit/[email protected]
npm ERR! node_modules/@angular-devkit/build-angular
npm ERR! dev @angular-devkit/build-angular@"^16.0.0" from the root project
npm ERR! 1 more (jest-preset-angular)
npm ERR! 2 more (@angular/platform-browser, @angular/service-worker)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"16.1.3" from @angular/[email protected]
npm ERR! node_modules/@angular/platform-browser-dynamic
npm ERR! dev @angular/platform-browser-dynamic@"^16.0.0" from the root project
npm ERR! peer @angular/platform-browser-dynamic@">=13.0.0 <17.0.0" from [email protected]
npm ERR! node_modules/jest-preset-angular
npm ERR! dev jest-preset-angular@"^13.0.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!

Anyone got the same error?

from angular.

wawyed avatar wawyed commented on April 27, 2024

I am trying to do development of @uirouter/angular locally, so I followed the development instructions https://github.com/ui-router/angular/blob/master/CONTRIBUTING.md#developing.

When I ran 'npm install' command in uirouter/ng2 project, I got the following npm error:

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: @uirouter/[email protected] npm ERR! Found: @angular/[email protected] npm ERR! node_modules/@angular/common npm ERR! dev @angular/common@"^16.0.0" from the root project npm ERR! peer @angular/common@"16.2.12" from @angular/[email protected] npm ERR! node_modules/@angular/platform-server npm ERR! peerOptional @angular/platform-server@"^16.1.0" from @angular-devkit/[email protected] npm ERR! node_modules/@angular-devkit/build-angular npm ERR! dev @angular-devkit/build-angular@"^16.0.0" from the root project npm ERR! 1 more (jest-preset-angular) npm ERR! 2 more (@angular/platform-browser, @angular/service-worker) npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @angular/common@"16.1.3" from @angular/[email protected] npm ERR! node_modules/@angular/platform-browser-dynamic npm ERR! dev @angular/platform-browser-dynamic@"^16.0.0" from the root project npm ERR! peer @angular/platform-browser-dynamic@">=13.0.0 <17.0.0" from [email protected] npm ERR! node_modules/jest-preset-angular npm ERR! dev jest-preset-angular@"^13.0.0" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR!

Anyone got the same error?

You are supposed to use yarn

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.