Skip to content
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

Issue #000 fix: update Readme.md #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ Content player will render inside Cordova environment and it's accepting the con
1. **Preview**

Run `npm run build-preview sunbird` which creates the preview folder for sunbird instance

Note: If you encounter errors in this step try the following to resolve:
1. If the error conatains options related issue of css-loader consider change the npm version of css-loader to `1.0.0`
`npm uninstall css-loader`
`npm install [email protected]`
2. If you encounter errors related to `coreplugins.css` file then run step-3 (`npm run package-coreplugins -- --env.channel sunbird`) and proceed with this step.

2. **AAR**

Expand Down