-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Fail to copy static image during build #701
Comments
It will be useful if you can share the favicon image. It might be introduced due to this PR |
I just ran |
What I am thinking of is that the file is an invalid image (like an icon using the |
In addition, I think it has been edited with Preview on macOS. |
Can you try to check the integrity of the image using this tool? I need to update the command line tools before running it (check this guide) |
|
@ahmadalfy are you working on this ? |
@endiliey yes will check, my apologies for the delay |
I've got the similar issue, while running build on Docker node jessie image, using yarn. There was a problem with |
This has been happening on my local (although randomly) as well. I thought it was a local issue but today I confirmed that it is not. In fact, Docusaurus itself is experiencing this. See The build succeed but along the line there is an unhandled promise. Causing SSH-ing circleci build also confirmed the suspicion of missing image file Wondering if you have an idea on this @ahmadalfy ? Edit: See #887 |
Can we not through those errors in console? |
Is this a bug report?
yes
Have you read the Contributing Guidelines on issues?
yes
Environment
Docusaurus: 1.1.3
Node: 10.1
Steps to Reproduce
Run the build:
yarn build
Check file presence in build directory
Expected Behavior
The
favicon.png
should be thereActual Behavior
Everything is copied except this file.
It was working on
1.0.15
, the bug was introduced with1.1
versions.The text was updated successfully, but these errors were encountered: