I am facing an issue in my VueJS project where a file I am referencing seems to be causing a compilation error. Despite being present in the node_modules directory, the dependency is declared as not found.
In the image on the left, you can see the directories with the desired file. The error displayed on the terminal at the bottom of the screen and the import statement of the file at the top.
When attempting to run the indicated npm command, it fails stating that the module has no package.json file.
If anyone has any advice or suggestions, they would be greatly appreciated. Thank you for taking the time to read this.