tinymce/themes/modern/theme.min.js . 404 (Not Found)

Created on 27 May 2019  路  3Comments  路  Source: tinymce/tinymce

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?

Most helpful comment

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/

All 3 comments

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
image
Can you tell me this question?

Was this page helpful?
0 / 5 - 0 ratings