Vue project error: this relative module was not found
The questions are as follows
Solution:
If this error occurs, check your own path. I have solved the problem
“. /”: represents the current directory.
“.. /” represents the upper level directory.
“.. /. /” represents the upper level directory.
And so on
I have solved it successfully