-
Notifications
You must be signed in to change notification settings - Fork 105
docker compose build --no-cache
failing on frontend build step after cookiecutter generation
#58
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
Comments
The same error is in 4 files in total:
changing |
I am facing the exact same error.
|
this is the workaround @dotone-101 |
Hello, someone figure this out ? |
Hello, the build is not working, I am on Macbook M1. I have updated the following files as mentionned:
by changing case 'minLength' || 'maxLength': to case 'minLength': / case 'maxLength': I am also seeing this error upper in the message stream: Does someone have a suggestion to make the build complete? |
Hey all, this should now be resolved with the merging of #61 |
will try and reproduce tomorrow (will take me some time to dig up my cookiecutter generation input), but will get back when I do! thank you @Jibola |
I was following the instructions here and reached the
docker compose build --no-cache
step, but the command fails with the above error.Unsure why it's reacting to an OR like that
Any help fixing this would be great, maybe I've made a mistake in the cookiecutter step
The text was updated successfully, but these errors were encountered: