Description
Have you read the FAQ and checked for duplicate open issues? Yes
What version of Shaka Player are you using? 3.0.1
Can you reproduce the issue with our latest release version? From 2.5.11
Can you reproduce the issue with the latest code from master
? No
Are you using the demo app or your own custom app? No
If custom app, can you reproduce the issue using our demo app? No
What browser and OS are you using? Any browser
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
What are the manifest and license server URIs?
What did you do?
I try to build player from NPM
python build/build.py --force +@complete
What did you expect to happen?
Successful build
What actually happened?
I got error
[ERROR] Build file not found: core
It's because /build/types/core
is missing in NPM from 2.5.11
in the release on github this file is present
Activity