-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Whitespace in project path on windows #531
Comments
It may be an error prompted by this package |
Oh nice 😊 Thank you! |
Hi, i've just update my project with the new version, unfortunately, it doesn't work for me... I've made few more test, but when the path got a whitespace , it wont work... |
Maybe related to yyx990803/launch-editor#50, Can you use {
"pnpm": {
"overrides": {
"launch-editor-middleware": "2.7.0"
}
}
} |
I use yarn but I've installed pnpm to test your override but it doesn't work with this in package.json. |
It's because the regularization check here doesn't pass. https://github.com/yyx990803/launch-editor/blob/master/packages/launch-editor/index.js#L110
|
Ok, yes it miss a \s in second authorized char set. I've made a PR, will see if the author add it or not ^^ |
If we resolve #522 ,do we need |
My PR on laucnh-editor was merged today and the author made a new release for it ! |
Hi, it worked now ! I'll close this issue |
Hi, I've just created a new Vue project with the vue-create and I've select the option to add devtools.
I've tried to use the devtools to test it but evry time I click on a component to see it in my editor (Idea), i've a error message about files name on Windows.
(When running on Windows, file names are checked against a safe file name pattern to protect against remote code execution attacks. File names may consist only of alphanumeric characters (all languages), periods, dashes, slashes, and underscores.)
After many tests, I've found the problem is a whitespace in my path (my repos folder as one), if i create a project in a non-whithspace path, it work like a charm.
I've check really quickly if I found something in the code here but I didn't found anything yet. Maybe someone more familliar with this tool can check this :)
The text was updated successfully, but these errors were encountered: