You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a folder with spaces in its name, inside it, use vue create, now you got it.
What is expected?
To work properly.
What is actually happening?
Gives an error: ERROR Error: ENOENT: no such file or directory, scandir 'F:\Coding Zone - منطقة الترميز\الترميز\test\node_modules@vue\cli-service\generator\template'
hint: actual directory should be : "F:\Coding Zone - منطقة الترميز\test\node_modules@vue\cli-service\generator\template"
but for some strange reason, "الترميز" got duplicated.
I also tried to make a project whose parent folder's name is written in Arabic without spaces, and it worked like a charm!
The text was updated successfully, but these errors were encountered:
Version
3.0.0-alpha.4
Reproduction link
https://github.com/mrg0lden/vue-cli-bug
Steps to reproduce
Make a folder with spaces in its name, inside it, use vue create, now you got it.
What is expected?
To work properly.
What is actually happening?
Gives an error: ERROR Error: ENOENT: no such file or directory, scandir 'F:\Coding Zone - منطقة الترميز\الترميز\test\node_modules@vue\cli-service\generator\template'
hint: actual directory should be : "F:\Coding Zone - منطقة الترميز\test\node_modules@vue\cli-service\generator\template"
but for some strange reason, "الترميز" got duplicated.
I also tried to make a project whose parent folder's name is written in Arabic without spaces, and it worked like a charm!
The text was updated successfully, but these errors were encountered: