-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run dev when file path to Issie repo includes spaces on Windows #166
Comments
Need teh right combo of escapes:
|
Works now on my windows PC. Need to check macOS as well to close the issue |
I have merged your commits into new-build-trimmed and run the macos build.
I suggest @apantelopoulos looks at this part of the new build and redoes the macos builds as follows:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When trying to run
npm run dev
when the directory the Issie repo is in contains spaces, the script fails when trying to start the Electron main. For example, the following path to Issie:'C:\Some Dir\issie'
would spawn the following error:'C:\Some' is not recognized as an internal or external command, operable program or batch file
.To Reproduce
Steps to reproduce the behavior:
build.cmd
Desktop (please complete the following information):
Additional context
Bug has already been reported to Archontis (@apantelopoulos) by email, creating a Github Issue for tracking purposes.
The text was updated successfully, but these errors were encountered: