Removing of player dependencies from "@project-sunbird/sunbird-collection-editor" #185
sedin-tushar
started this conversation in
Feature Requests
Replies: 2 comments 6 replies
-
@sedin-tushar Can you share the version of the sunbird-collection-editor you are trying to integrate for better analysis. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @HarishGangula as we mentioned above, we are facing the error while removing the player 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. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
We are integrating the Players as a web-components in the portal following the [Issue] (https://project-sunbird.atlassian.net/browse/ED-1473) and facing a dependency issue with sunbird-collection-editor.
Steps Taken:
As a part of the implementation we removed the
"@project-sunbird/sunbird-pdf-player-v9", @project-sunbird/sunbird-video-player-v9 and "@project-sunbird/sunbird-epub-player-v9"
frompackage.json.
Error Encountered:
But since these Players have a dependency to the collection-editor libray we are getting the below error during the build
Request for Assistance
Please remove these dependencies from the mentioned package. This will enable us to implement Players as web components successfully.
CC: @vinukumar-vs @rajeevsathish @princegupta1131
Beta Was this translation helpful? Give feedback.
All reactions