How to fix vue this relative module was not found: in VueJs

In this article, you will learn about how to fix vue this relative module was not found: in VueJs. “This relative module was not found:”…

The post How to fix vue this relative module was not found: in VueJs appeared first on CodeSource.io.


This content originally appeared on CodeSource.io and was authored by Deven

In this article, you will learn about how to fix vue this relative module was not found: in VueJs.

“This relative module was not found:” facing this error is common in VueJs. Almost every programmer has faced this problem once in a time. Especially, if you are a beginner and just jump into VueJs. I am not out of them. I will share my experience of how I got myself stuck in this problem and solve it in the below section:

fix vue this relative module was not found

I was facing this error while working on a VueJs project. I was stuck and can not figure out that what I did wrong because it didn’t give much information about the problem except a message. But, I did manage to find out the reason behind it and the reason is very silly. I did a type mistake while importing the button component and as a result, it didn’t find the path. See the mistaken code below that I have done :

fix vue this relative module was not found

You can see that I accidentally type the extension name “.Vue” as a capital letter and as a result, it can not find the path and shows the error message.

Solution: The solution to this problem is very simple. All I need to do is to type the extension name into the correct form. See the correct code in the below section:

fix vue this relative module was not found

While I have done this the error went out and my project was running successfully. This is how you can fix vue this relative module was not found: in VueJs

Important: This type of error can occur for some silly mistakes of code. You may have faced the same error but for a different reason. For example, you add a wrong path while importing a component. If you have ever faced this error, don’t panic yourself. All you need to do is to read the code again with a focused mind and you will find the solution for it. This will increase your ability to debug code

The post How to fix vue this relative module was not found: in VueJs appeared first on CodeSource.io.


This content originally appeared on CodeSource.io and was authored by Deven


Print Share Comment Cite Upload Translate Updates
APA

Deven | Sciencx (2021-12-23T09:40:45+00:00) How to fix vue this relative module was not found: in VueJs. Retrieved from https://www.scien.cx/2021/12/23/how-to-fix-vue-this-relative-module-was-not-found-in-vuejs/

MLA
" » How to fix vue this relative module was not found: in VueJs." Deven | Sciencx - Thursday December 23, 2021, https://www.scien.cx/2021/12/23/how-to-fix-vue-this-relative-module-was-not-found-in-vuejs/
HARVARD
Deven | Sciencx Thursday December 23, 2021 » How to fix vue this relative module was not found: in VueJs., viewed ,<https://www.scien.cx/2021/12/23/how-to-fix-vue-this-relative-module-was-not-found-in-vuejs/>
VANCOUVER
Deven | Sciencx - » How to fix vue this relative module was not found: in VueJs. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/12/23/how-to-fix-vue-this-relative-module-was-not-found-in-vuejs/
CHICAGO
" » How to fix vue this relative module was not found: in VueJs." Deven | Sciencx - Accessed . https://www.scien.cx/2021/12/23/how-to-fix-vue-this-relative-module-was-not-found-in-vuejs/
IEEE
" » How to fix vue this relative module was not found: in VueJs." Deven | Sciencx [Online]. Available: https://www.scien.cx/2021/12/23/how-to-fix-vue-this-relative-module-was-not-found-in-vuejs/. [Accessed: ]
rf:citation
» How to fix vue this relative module was not found: in VueJs | Deven | Sciencx | https://www.scien.cx/2021/12/23/how-to-fix-vue-this-relative-module-was-not-found-in-vuejs/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.