-
Notifications
You must be signed in to change notification settings - Fork 776
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
Failure to Build #3
Comments
This looks to be the problematic section of .icon-xl {
width: 5rem;
height: 5rem; }
.icon-xl i, .icon-xl svg {
font-size: 4.25rem; }
.icon-xl + .icon-text {
width: calc(100% - $icon-size-xl - 1); }
.icon-lg {
width: 4rem;
height: 4rem; }
.icon-lg i, .icon-lg svg {
font-size: 3.25rem; }
.icon-lg + .icon-text {
width: calc(100% - $icon-size-lg - 1); }
.icon-sm {
width: 2rem;
height: 2rem; }
.icon-sm i, .icon-sm svg {
font-size: 1.25rem; }
.icon-sm + .icon-text {
width: calc(100% - $icon-size-sm - 1); } Manually copying those variables to the CSS file allows for a successful build. |
Same problem for me! |
Hello there, @Thomas-Smyth @Leo1212 , Thank you for your interest in working with our products.
Please go inside
Also, for deploying you will have to delete the homepage prop from the package.json file. All the best, |
This should actually be |
Hello again, @Thomas-Smyth , @Leo1212 ,
Sorry for this confusion, you are right.
With
And everything will work just fine. Once again sorry for the bad info. All the best, |
Since this package is also available on npm could you implement this fix on your side? I would prefer not to store whole package in my project's repo and writing a script that replaces code in node_modules after npm install and before npm build doesn't seem like clean idea |
Hello there, @kkragoth , Thank you for your interest in working with our products and for your feedback. Best, |
@einazare I didn't mean this. I meant that in my project I import css from src/assets/css from folder of this package installed in node_modules |
Hello again, @kkragoth , Could you please give me something like this:
At the moment, I am not sure if you say that you would like to import our css something like:
Also, I do not know if at the moment you are importing our css something like:
I would go with Anyhow, will wait for your response. Best, |
this is solved the problem. |
same problem here |
Hello there, @GregNing , Thank you for your interest in working with our products. Best, |
successfully run build but when i deploy it in netlify only blank page |
Hello there, @hlmifzi , Sorry for this late reply, I did not understood your comment ar first. Best, |
What did you mean homepage from package.json, I don't know what you mean? |
Delete this line from package.json: |
Only change:
with
I know it's not the best solution, but if they require your project to work, I really think it's a good temporal solution. |
Updated project dependencies, project compiles good, no need for any other code fix
|
Dependency updates are good to use. production build |
Are these changes doing to be seen in master anytime soon? As some feedback to the CreativeTim people... It's rather offputting from purchasing anything from CreativeTim if you release software with blatant bugs and take almost a year to fix it. I know this is the free version, however, given it's cut down from the more advanced paid versions you would have thought it would be easier to fix... especially when a fix has been listed here and a PR has been around for months. It makes me concerned that the support for the paid versions will be equally as abysmal. |
Hello there, @Thomas-Smyth , Thank you for your interest in working with our products. Best, |
@einazare thanks for the update in 1.1 branch, when time permits update Readme.md page it still points to 1.0 @Thomas-Smyth Please check the 1.1 branch. you can close the issue |
Hello there, @srbala , The issue will be automatically closed after the v1.1.0 will be pushed to the master branch. Best, |
Sorry but |
Prerequisites
Expected Behavior
React build to produce a successful build for deployment.
Current Behavior
React build error:
Failure Information (for bugs)
See above.
Steps to Reproduce
Simply running the
yarn run build
command throws this error.Context
I have made very few changes from the original download and none of these revolves around the SCSS / CSS. Edit - Just tested with the original copy I downloaded from your website and it throws the same error when building.
Failure Logs
See above.
The text was updated successfully, but these errors were encountered: