webstorm, vue.js I can not create a new project.
screeshot1

screeshot2
I'm working with vue.js, but I get this error from creating a new project.
I installed vue-cli separately in npm and I worked on it.
I can not find the reason why I get this error. What should I do?
Please sign in to leave a comment.
Please recreate the issue and provide your idea.log (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files)
Don't paste it here, upload it on some file server and provide a link
See also https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000164784/comments/360000120150
i'm also having the same problem, please help
what error can you see namely? "TypeError:Cannot read property 'proxy' of undefined"? This is https://youtrack.jetbrains.com/issue/WEB-32583, please folllow it for updates.
As a workaround, please try creating a project in terminal using
vue create <prj>and then open the project root folder in Webstorm via File | Open