-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Error - Cannot find module 'ckeditor5/src/utils' or its corresponding type declarations. #14822
Comments
Angular package has a set of peerDependencies (in package.json), I think that installing a watchdog package and others may solve this issue. Let me know if it helped. |
npm v7+ installs peer dependencies by default, so I wonder if this could be an issue. Check your npm version if you can. |
I ran this command with --legacy-peer-deps I changed the Line from --> ckeditor5/src/utils I am using npm 9+ please let me know what i am doing wrong? Thank you |
Please try installing The problem should be solved in #13852, in which we will clean up the Watchdog dependencies. |
Thank you it solved the problem I was following this page and yes i have installed some other text editor which i am planning to unistall |
Great, I meant other CKEditor 5 packages, it's possible that with a build or plugins installed you wouldn't see this problem. But we need to fix this on some other level. JFYI @pomek. |
i am trying to run ckeditor5 in svelte and i am encountering this error "Error: Cannot find module '@wiris/mathtype-ckeditor5/dist/wirisplugin.css' imported from '/home/locco/Documents/demos/math5/src/lib/components/ckeditor.svelte" |
On using command "npm install --save @ckeditor/ckeditor5-angular" i am getting error
Cannot find module 'ckeditor5/src/utils' or its corresponding type declarations in the package
on line import type { CKEditorError } from 'ckeditor5/src/utils'; in watchdog.d.ts file in folder node_modules@ckeditor\ckeditor5-watchdog\src
Thank you
The text was updated successfully, but these errors were encountered: