tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
320 stars 93 forks source link

Update Angular to Version 12 #252

Closed hirokiterashima closed 3 years ago

hirokiterashima commented 3 years ago

Hi. Can you update dependencies to Angular 12 please?

When trying to upgrade my project to Angular 12 with ng update @angular/core@12 @angular/cli@12, the migration fails.

...
Package "@tinymce/tinymce-angular" has an incompatible peer dependency to "@angular/common" (requires ">=9.0.0 <11.0.0" (extended), would install "12.0.3").
...
Migration failed: Incompatible peer dependencies found.
exalate-issue-sync[bot] commented 3 years ago

Ref: INT-2573

jscasca commented 3 years ago

Hi @hirokiterashima What version of the tinymce-angular are you using? Currently, version ^4.2 peer dependencies requirements are >=9.0.0 so that should work in theory

hirokiterashima commented 3 years ago

Hi @jscasca,

I had specified 4.2.0 in package.json, but it looks like my node_modules was messed up.

$ npm ls @tinymce/tinymce-angular
└── @tinymce/tinymce-angular@4.2.0  invalid

A clean install fixed it. Thanks for your help!