-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[electron] ffmpeg tests fails on yarn install #5642
Comments
We do not yet support Node.js 12+, please use 10.x. For instance, 10.16.0. I am closing this. |
Ok, I just downgraded to 10.16.0, and I'm still getting this error
|
Can you please assist with this @marechal-p? Thank you! |
@zwhitchcox, since you build it from the source, you can get rid of the electron ffmpg checks: If you remove this from the Update: |
Ok, that got it to work! |
The ffmpeg replacement downloads a "clean" library version, then caches the download, and finally compares hashes to see if it needs to replace anything. From the last logs you sent, it says it found something cached, and that it was identical to the library already installed. Then the test detects the codecs we don't want to distribute. This is not normal, but it is what we wanted to detect. Can you |
I got similar errors:
|
Thanks for reporting it, @vellengs. Did you try?
|
Still trying that ... |
@kittaakos It works. |
closing this issue for now - reopen if needed |
Description
Running yarn install gives an error
Reproduction Steps
yarn
OS and Theia version:
OS: Ubuntu 18.04
cloned version from master: 20251ea
Diagnostics:
ives this error
I already have g++ and build-essential installed, but running yarn gives this error
Running
sudo apt-get install g++ build-essential
givesThe text was updated successfully, but these errors were encountered: