Removing quml library dependencies from "@project-sunbird/sunbird-questionset-editor" #106
Replies: 2 comments 7 replies
-
The Questionset Editor currently relies on QuML Player for Preview functionality during the creation and curation process. It is essential to note that removing the QuML Player dependency from the Editor is not feasible at this time. Before the release of version 7.0.0 of inQuiry, the QuML Player web component served as a dependency in the editor. To move forward, resolving the CKEditorError issue in the sunbirdEd-portal is a prerequisite. Once a solution is identified, the QuML Player Library dependency can be replaced with the QuML Player web component in the Questionset Editor. For testing and integrating the web components, it is recommended to use release-6.2.0 of inQuiry for testing purposes. cc: @sajeshkayyath @PoojaJManjooran @vinukumar-vs @rajeevsathish @princegupta1131 |
Beta Was this translation helpful? Give feedback.
-
Hi @rajnishdargan as we mentioned above, we are facing an error while removing the QUML package from the portal It appears that the above packages are used as peer dependencies in the library, and their removal has caused these compilation errors. Could you please provide the latest sunbird-questions-editor. version with this fix? CC: @rajeevsathish @vinukumar-vs @mohitga @sajeshkayyath @PoojaJManjooran |
Beta Was this translation helpful? Give feedback.
-
Description:
We are integrating the Quml Player as a web-components in the portal following the documentation in the Issue and facing a dependency issue with
sunbird-questionset-editor
.Steps Taken:
As a part of the implementation we removed the
"@project-sunbird/sunbird-quml-player"
and"@project-sunbird/sunbird-quml-player-v9"
frompackage.json.
Error Encountered:
But since these Players have a dependency to the questionset-editor library we are getting the below error during the build
Request for Assistance
So it would be really helpful if the dependency on quml library is removed for questionset-editor so that we could implement quml player as a web component
CC: @vinukumar-vs @rajeevsathish @princegupta1131
Beta Was this translation helpful? Give feedback.
All reactions