-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
E2E test fails in Docker locally due to missing "libelf.so.1" #2670
Comments
Just to be clear—you're trying to contribute to CRA, right? |
Specifically I'm trying to fork the repository (I've forked the repo before, but that was before it became a monorepo with lerna and I've fallen way behind since then). But yes, this is from cloning the repo to start working on the tool itself rather than building an app with it. |
@dallonf do you incur in the same error by simply running a docker container? |
Anyway, to be super sure it's a CRA problem, try cleaning docker images, cloning CRA again and reinstalling docker (eventually). Also, I don't see version 17.06.0-ce-mac18 in the release notes, maybe it has to do with the way you installed it? I can't check this issue out on my Mac atm, but I'll be back soon. |
Uh, the problem should be this one flow/flow-bin#26. It never happened to me 😵 |
Thanks for looking into this! Do you think I could create a PR to fix this by adding that |
FWIW, I run into this too:
|
CRA doesn't have a |
BTW, I just received the 17.06.0-ce-mac18 update! |
This issue is tracked in nodejs/docker-node#363, I believe upgrading flow to 0.48.0 in |
Resolves facebook#2670
I can confirm this fix works! Thank you 🎉 |
Is this a bug report?
Yes.
Can you also reproduce the problem with npm 4.x?
I can reproduce in v3.10.3 and v4.6.1.
Which terms did you search for in User Guide?
"e2e", "docker", "libelf"
Environment
node -v
: v6.3.1npm -v
: 4.6.1create-react-app
version: commit7796c94
Then, specify:
Steps to Reproduce
create-react-app
from masternpm install
npm e2e:docker
Expected Behavior
The end-to-end test script should run in Docker and pass.
Actual Behavior
After running for a while, the test script exits with this error message:
The text was updated successfully, but these errors were encountered: