I'm facing an issue while trying to set up a basic Vue JS application on my local machine, utilizing the materialize-css navbar (). Upon running the app in the terminal, the following error message is displayed.
Unable to locate the specified module:
* ./components/Navbar in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=script&lang=js&
What does this error mean and how can I resolve it?