cyyynthia / vite-plugin-magical-svg

An all-in-one Vite plugin that magically makes working with SVGs and bundling them a breeze.
BSD 3-Clause "New" or "Revised" License
46 stars 6 forks source link

File path error #5

Closed alexomon018 closed 11 months ago

alexomon018 commented 1 year ago

Hey I would like to bring to your attention an issue I encountered during testing.

The test process encountered an error as it was unable to locate a specific file, resulting in the following error message: "Error: ENOENT: no such file or directory, open '/Users/aleksamitic/Desktop/Personal%20Projects/....'

After dedicating several hours to troubleshooting, I successfully identified the root cause of the problem. It appears that the issue stemmed from URL encoding referencing. Upon renaming the folder in question to "PersonalProjects" the test functioned flawlessly.

alexomon018 commented 11 months ago

Thanks, @cyyynthia, really appreciate it