-
Notifications
You must be signed in to change notification settings - Fork 96
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
Cannot find type definition file for 'ckeditor'. & Cannot find namespace 'CKEDITOR'. #311
Comments
Since v1.3.2, `ng2-ckeditor` depends on the `@types/ckeditor` package being installed. By accident, this was not reflected in the v1.3.2 releases `peerDependencies` (see yabab-dev/ng2-ckeditor#311). This commit avoids build failures (such as [this one][1]) by adding `@types/ckeditor` as a dev dependency. [1]: https://circleci.com/gh/angular/ngcc-validation/24561
Since v1.3.2, `ng2-ckeditor` depends on the `@types/ckeditor` package being installed. By accident, this was not reflected in the v1.3.2 releases `peerDependencies` (see yabab-dev/ng2-ckeditor#311). This commit avoids build failures (such as [this one][1]) by adding `@types/ckeditor` as a dev dependency. [1]: https://circleci.com/gh/angular/ngcc-validation/24561
where to add this code? |
Please see the installation instruction: https://github.com/chymz/ng2-ckeditor#installation |
Hey kzimny, thanks for the above link. I need one more help, 668 interface FunctionMatchers extends Matchers { |
This issue seems to solved your problem already angular/protractor#4521 |
it came again |
I started getting those errors after updating from 1.3.1 to 1.3.2
Of course everything was working in 1.3.1
The text was updated successfully, but these errors were encountered: