tinymce.min.js:9 GET http://localhost:3000/vendors/tinymce/themes/modern/theme.min.js net::ERR_ABORTED 404 (Not Found)
error screenshot
And I can't find 'modern' folder inside 'node_modules/tinymce/themes/'.
screenshot
How to fix it?
The modern theme is a TinyMCE 4 only theme, so if you want to use modern make sure you use for example "tinymce": "^4.9.4" inside your package.json (or whatever package manager you're using).
Alternatively if you do want to upgrade to TinyMCE 5, then change your theme configuration to use silver instead of modern. For more information on migrating to TinyMCE 5, check out our migration docs here: https://www.tiny.cloud/docs/migration-from-4x/
worked. thanks
Hello,I have a error, under this.
GET http://localhost:8003/themes/modern/theme.js net::ERR_ABORTED 404 (Not Found)
my package.json

Can you tell me this question?
Most helpful comment
The
moderntheme is a TinyMCE 4 only theme, so if you want to usemodernmake sure you use for example"tinymce": "^4.9.4"inside your package.json (or whatever package manager you're using).Alternatively if you do want to upgrade to TinyMCE 5, then change your
themeconfiguration to usesilverinstead ofmodern. For more information on migrating to TinyMCE 5, check out our migration docs here: https://www.tiny.cloud/docs/migration-from-4x/