-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Path Quoting/Escaping Exception For Directories With Symbols And/Or Spaces #1202
Comments
Can you provide a reproduction repo? |
@shigma |
I hope you'll take a look at our issue template. Repro is a must for your problem. |
It happens to me in a Linux but without spaces in the directory name. just with the "]" In my case is a PHP(Laravel) + Vue project which has a /vendor directory (something like node_modules but for composer)
As the project already has all the documentation scattered into the source code with some API documents etc, I was trying to generate from the base directory of the project and use the docs directory for higher-level documents ... but this problem prevents me from having success. I have no idea why anyone would want to name directories like this but ... unfortunately, it happens. PS: It will be really useful to have the ability to ignore such dependencies directories, the same way as node_modules is ignored by default. |
Bug report
Version
0.14.8
Steps to reproduce
Create a path on a Windows 10 machine:
C:\Some\Path\[2019-01-18] Some Project
Follow the Getting Started > Inside An Existing Project instructions from the VuePress documentation.
Execute the NPM script:
docs:dev
What is expected?
The development server will start.
What is actually happening?
The following exception is thrown. It seems to be caused by a lack of path quoting and/or escaping, although I'm not sure whether that is happening within the VuePress codebase or somewhere along the dependency chain.
Other relevant information
The text was updated successfully, but these errors were encountered: