-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module 'cache-loader/package.json' #1384
Comments
npm i cache-loader -D |
It does not help. As I wrote, errors about missing modules keep coming: 2 Solutions I've found: |
|
Version
3.0.0-beta.11
Reproduction link
https://github.com/Shokas/vue-error-test-project
Steps to reproduce
npm install
npm run serve
What is expected?
Get project served at localhost:8080
What is actually happening?
npm complaining about missing module, after installing one after another, it gets to this error "vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config."
$ vue create [project]
pick default preset (babel, eslint)
$ cd [project]
$ npm run serve
The text was updated successfully, but these errors were encountered: