Error if path has spaces
See original GitHub issueIf your project has a space in its path the call to execSync
will fail because the unescaped space(s) causes the remainder of the command to be interpreted as command-line argument(s).
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Long filenames or paths with spaces require quotation marks
Solves an issue that occurs when you specify long filenames or paths with spaces.
Read more >Why does my batch file give an error if it has spaces in path?
But my Batch file gives an error when I have spaces in my path. For e.g. @echo off java -jar %~dp0\..\new\myFile.jar %*.
Read more >Error: The Working Directory location cannot have a space in ...
Solution or Workaround · Set the working directory in the Options menu to a pathname that does not contain any space characters. ·...
Read more >Error when installpath contains space - Advanced Installer
Hi, This happens when you use paths that contain spaces in formatted fields (except the "Application Folder" and "Application Shortcut Folder" ...
Read more >Error when path contain spaces - Arcpy Integrate
To avoid this try to set the environment variable env.workspace to layer's base directory (or database). Then run the tool using only the...
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 Free
Top 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
Fixed and published as part of 0.1.4.
I just looked, there’s a week old PR from dgsmith2 with almost exactly the same issue. The failure to accept this PR will be stopping a lot of people from upgrading to Angular 6. It’s a hot topic off the back off IO18, so this should be seen to sooner rather than later.