-
Notifications
You must be signed in to change notification settings - Fork 888
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
Installation Failed! ERROR: Service 'react-storefront' failed to build : Build failed #154
Comments
ok i solved the issue, it was problem with pnpm in react-storefront dockerfile.dev file. Just use yarn instead of pnpm it will work. my updated dockerfile.dev file react -storefront
|
Hi everyone I was getting the same problem and the @SohelKabir solution worked out with an exception. I'm working on a Linux (Ubuntu 20) machine and when I tried to install yarn globally, docker give me EEXIST code error. It seems I've already got yarn installed previously, so the build failed. By removing the global flag work like a charm. |
Hi everyone, the right solution is this one: saleor/saleor#9764 I spent three days testing every solution and this is the right |
The issue is still here. Is the solution here or saleor/saleor#9764 the accepted solution? I can help with a PR if any of this is a recommended solution. |
That's the right solution. Please make a PR |
Here is an issue that will fix it in the future This PR updates Saleor packages, so it should also solve the problem |
#158 was merged, which means react-storefront was updated to the newest version. The issue should be solved, so I close this one. |
What I'm trying to achieve
…
Steps to reproduce the problem
docker-compose build
What I expected to happen
…
executor failed running [/bin/sh -c pnpm install]: exit code: 1
ERROR: Service 'react-storefront' failed to build : Build failed
Screenshots and logs
System information
Saleor version:
Operating system:
The text was updated successfully, but these errors were encountered: