-
-
Notifications
You must be signed in to change notification settings - Fork 810
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
No such file or directory when project path has space #546
Comments
you can also esape the space? like so -> /1.\ dev |
I've no control over the path when I run the "air". |
My directory structure has spaces because I use client company names to organize files, so some clients have names containing the space character. In other words, I also have the same problem and I can't use the Air because of it. I see that because the operating system allows the use of the space character in the directory path, Air should also be compatible with this way of naming files and directories. Error presented:
|
same problem. Any forecast for adjustment? |
I know that having spaces in folder names is weird but I have no problem with this setup with my previous projects and stacks.
/bin/sh: /Users/jariel/Documents/projects/1.: No such file or directory
I've fixed this by removing space in my folder name, from /1. dev/ to /1.dev/.
The text was updated successfully, but these errors were encountered: