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.

Error if path has spaces

See original GitHub issue

If 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:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

9reactions
mgechevcommented, May 15, 2018

Fixed and published as part of 0.1.4.

4reactions
JamesJanssoncommented, May 13, 2018

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.

Read more comments on GitHub >

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

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