filipows / angular-animations

:sparkles: Easy, Reusable Animation Utility library for Angular
https://filipows.github.io/angular-animations
MIT License
634 stars 89 forks source link

Looks like the latest version in not in npm - v0.0.11 #137

Open madmacc opened 1 year ago

madmacc commented 1 year ago

npm i @angular/animations@0.0.11 --force npm WARN using --force Recommended protections disabled. npm ERR! code ETARGET npm ERR! notarget No matching version found for @angular/animations@0.0.11. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.

abney317 commented 1 year ago

It's 0.11.0 not 0.0.11

filipows commented 1 year ago

If you want the one that supports angular 15 it's: npm i angular-animations@beta or npm i angular-animations@0.15.0-beta.0

madmacc commented 1 year ago

Ah my mistake. Its weird as the previous version shows up in the package.json as 0.0.10 image

madmacc commented 1 year ago

I am running Angular 10 but just after the horizontal collapse animation

Ah I see I should have used angular-animations not @angular/animations and also 0.11.0 not 0.0.11. That worked.