-
Notifications
You must be signed in to change notification settings - Fork 60
Description
I tried to remove strapi default markdown editor and trying to add strapi-plugin-ckeditor5 but strapi crashes and screen go white when i open any entry in content manager which includes rich text editor field.
Here is my package.json
{
"name": project-name",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
"@strapi/plugin-i18n": "4.1.2",
"@strapi/plugin-users-permissions": "4.1.2",
"@strapi/provider-email-sendgrid": "^4.1.2",
"@strapi/strapi": "4.1.2",
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"lodash": "^4.17.21",
"pg": "^8.7.3",
"pg-connection-string": "^2.5.0",
"sqlite3": "5.0.2",
"strapi-plugin-ckeditor5": "^2.1.1-rc.1",
"strapi-utils": "^3.6.8",
"underscore": "^1.13.2"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "my-project's uuid"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}
This is what i have done so far.
- Delete node_modules
- Delete .cache
- Delete build
- Delete package-lock.json or yarn.lock
- Reinstall node modules
- Rebuild admin