Open Leslie-Luo opened 5 years ago
So this issue has not any resolves? I have same error and can't use GUI with it all power
+1
I updated the Vue CLI to the lastest version but the problem still exists.
+1
+10086
got new Mac Os version and updated vue - now somehow works...
vue-cli does not support ProjectName with uppercase letters.
The actual ProjectName created by vue-cli is lowercased.
In your case, the path should be
Users/ovo/Documents/Outsourcing/Wen/test/...
Hence This relative module was not found
So this might be fixed by editing your ProjectName Test
to test
in vue-cli db file:
{
"projects": [
{
"id": "some id ",
"path": "your actrual project path",
...
},
]
}
then restart the GUI.
Version
3.9.3
Environment info
Steps to reproduce
vue ui
Server
in thedashboard
What is expected?
The project is running correctly
What is actually happening?
This problem occurs when you create any new project.