-
Notifications
You must be signed in to change notification settings - Fork 104
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
fantasticon does not find any svg's #528
Comments
Same problem, but in Windows 10. Previously works fine, but recent try to rebuild, raises the error. |
Same problem here. Any provisional solutions? |
I have the same problem. |
Same problem on my side, (This may help fix the issue #510 ) |
我找到了问题,是源码的bug,其实是glob导入那被promise格式化后读取不到文件的,它的获取参数失败了。改回callback就正常了。 |
Same issue. Any solution? |
Somebody posted a solution somewhere else. Here it is for you guys: Paste this into you package.json. It overrides the dependency from fantasticon to glob so that it uses an older (or newer) version: "overrides": {
"fantasticon": {
"glob": "7.2.0"
}
}, Afterwards run |
For
|
this is not working for me... |
Just installed 3.0.0 and 2.0.0 and the problem exists on both, unusable. |
I am completely new to fantasticon. I just installed it on Windows 11, and ran the following command:
fantasticon svg -o output
This results in the message:
No SVGs found in ./svg
If I look in the directory svg (which is a subdirectory of the current directory, where I am running the command from), there are 87 SVG files. All names end with
.svg
(lower case).Why doesn't fantasticon find them?
The text was updated successfully, but these errors were encountered: