Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatch in public ckeditor path #40

Open
johnarne opened this issue Nov 14, 2024 · 0 comments
Open

Mismatch in public ckeditor path #40

johnarne opened this issue Nov 14, 2024 · 0 comments
Assignees

Comments

@johnarne
Copy link

Server tries to expose ckeditor module

server.use("/ckeditor",
  express.static(path.join(__dirname, "node_modules/ckeditor"))
);

but this module is now named ckeditor4, dependency updated in 2323c4f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants