We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
ckeditor4-integrations-common should be installed as dependency.
ckeditor4-integrations-common
ckeditor4-integrations-common is not installed. Components are throwing errors that it cannot find ckeditor4-integrations-common for example:
Cannot find module 'ckeditor4-integrations-common' from '../../node_modules/ckeditor4-angular/bundles/ckeditor4-angular.umd.js'
package.json in the tar file does not appear to have ckeditor4-integrations-common listed in the dependencies: https://registry.npmjs.org/ckeditor4-angular/-/ckeditor4-angular-2.2.0.tgz
package.json
package.json in root does: https://github.com/ckeditor/ckeditor4-angular/blob/v2.2.0/package.json#L30
package.json in the distribution does not: https://github.com/ckeditor/ckeditor4-angular/blob/v2.2.0/dist/package.json#L34
The text was updated successfully, but these errors were encountered:
Confirmed. Package ckeditor4-integrations-common is missing inside nested package.json dependencies field.
dependencies
Sorry, something went wrong.
Closed in #193.
MMMalik
No branches or pull requests
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
Expected result
ckeditor4-integrations-common
should be installed as dependency.Actual result
ckeditor4-integrations-common
is not installed. Components are throwing errors that it cannot findckeditor4-integrations-common
for example:Other details
package.json
in the tar file does not appear to haveckeditor4-integrations-common
listed in the dependencies: https://registry.npmjs.org/ckeditor4-angular/-/ckeditor4-angular-2.2.0.tgzpackage.json
in root does: https://github.com/ckeditor/ckeditor4-angular/blob/v2.2.0/package.json#L30package.json
in the distribution does not: https://github.com/ckeditor/ckeditor4-angular/blob/v2.2.0/dist/package.json#L34The text was updated successfully, but these errors were encountered: