Hi !
I recently updated my angular project to Angular 8, and on npm install your dependency throw a warning:
npm WARN angular-fittext@2.1.1 requires a peer of @angular/core@>=5.0.0 <7.0.0 but none is installed. You must install peer dependencies yourself.
It is still working perfectly with @angular/core: 8.0.2, so you should update your requirement 😉
Hi !
I recently updated my angular project to Angular 8, and on
npm installyour dependency throw a warning:npm WARN angular-fittext@2.1.1 requires a peer of @angular/core@>=5.0.0 <7.0.0 but none is installed. You must install peer dependencies yourself.It is still working perfectly with @angular/core: 8.0.2, so you should update your requirement 😉