Open horodynskyi opened 1 year ago
Seems like we'll need to --force
it for now
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: myproject@0.0.0
npm ERR! Found: @angular/common@16.1.2
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"^16.1.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@">= 12.2.0 < 15" from angular-resize-event@3.2.0
npm ERR! node_modules/angular-resize-event
npm ERR! angular-resize-event@"^3.2.0" from the root project
Is there an Angular upgrade planed? Or is this funcionaltiy somehow integrated in Angular v16 now?
Same problem for Angular 17
I created a fork and a new pull request for Angular 17.
To use for your project in the mean time you can replace the package.json line with:
Angular 12-17:
"angular-resize-event": "git+https://git@github.com/dereekb/angular-resize-event#00ef5139ccd6a02f0afd7639ae1bd365ac8b13f9"
This will pull down a special version that has only the dist folder's contents like the npm version would.
I created some other version for Angular 16 as well if you need that.
Angular 12-16:
"angular-resize-event": "git+https://git@github.com/dereekb/angular-resize-event#ab642793288541c6093ef24f979c9815443cf565"
How long will it take for the release version of angular 16 to be updated?
Bump please!
Can we get a new release pretty please? :-)
Hi all, Many thanks to the contributors, I forked the project where I continued to follow the versions angular 16, 17 and now 18 etc. Available at the following link: https://www.npmjs.com/package/angular-resize-event-package
dependency support for @angular/common@"^16.x.x"