-
Notifications
You must be signed in to change notification settings - Fork 454
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
Production build is not working on fresh project #2
Comments
Hello there @Nicceboy , Thank you for your interest in working with our products.
Hope this helps. Best, |
Thank you. Removal of these fixed it. Creating an optimized production build...
Compiled successfully. |
@einazare thank you, its work for me too |
this did it for me...thank you |
Worked thanks, but this isn't merged? |
Hello there, @Mottoweb , At the moment it is not merged. Best, |
Thank you so much. it's working perfectly after build. |
Expected Behavior
I'm trying to compile production build and I except it work from scratch. It has been done for fresh clone from the repository.
However, it ends into error.
Current Behavior
After cloning, I install node modules and try to run production build, it ends into error:
I figured out that this might be related to CSS function calc(), where 'auto' might not be usable. However, even after modifying or removing those CSS parts what I was able to find, error still appeared.
Failure Information (for bugs)
Following error messages appear:
Steps to Reproduce
npm install
npm run build
Context
Failure Logs
Content of log file:
The text was updated successfully, but these errors were encountered: