Brand new installation, installed Vue via vue cli. Run vue create app
and set up with basic configuration.
Delete HelloWorld.vue component and the accompanying import code from Home.vue.
Run npm run serve
and am immediately met with
This dependency was not found:
@/components/HelloWorld.vue 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/views/Home.vue?vue&type=script&lang=js&
To install it, you can run: npm install --save @/components/HelloWorld.vue
I have tried uninstalling and reinstalling Vue, updating all dependencies, everything I can think of. Did a global search for "helloworld" and there is no trace of it.
Everything works fine on my Mac. Any help would be great.
node_module
directory and re-install all dependecies – dsfx3d