question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

svg file does not exist

See original GitHub issue
npx @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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:10

github_iconTop GitHub Comments

2reactions
jbecommented, Nov 23, 2020

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

1reaction
localhero44commented, Nov 16, 2020

Hi, Same problem here when trying to scan a whole directory. It tells me the directory doesn’t exist, but it exists.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found