svg file does not exist
See original GitHub issuenpx @svgr/cli /Users/jiyarong/Downloads/motor1.svg
I m sure the file must be exsit, but it just not working with cli
/Users/jiyarong/Downloads/motor1.svg does not exist
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:10
Top Results From Across the Web
SVG file not showing - Bugs - Forum | Webflow
They show properly for a couple of seconds and then disappear. The image element is still there, linked to the right file, but...
Read more >No SVG file in Download, Can't See SVG - YouTube
So your SVG file is missing...but there is something that looks like an internet file. Learn what's going on and how to work...
Read more >Chrome not rendering SVG referenced via <img> element
This happens when refreshing the page and initial page load. I can get the image to show up by "Inspecting Element" then right...
Read more >SVG file not found · Issue #110 · jamesmartin/inline_svg - GitHub
The error was that in dev mode a Tempfile is created with the contents of the real file (wich is fetched from the...
Read more >SVG Files: What They Are and How to Open & Convert Them
An SVG file is a Scalable Vector Graphics file. SVG files use an XML-based text format to describe how an image should appear...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like windows path names broke about a week ago when v5.5.0 was released. This makes the cli unusable on Windows.
Quick solution is to just use the previous version:
npx @svgr/cli@5.4.0 youricon.svg
Hi, Same problem here when trying to scan a whole directory. It tells me the directory doesn’t exist, but it exists.