-
Notifications
You must be signed in to change notification settings - Fork 916
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
Error after updating webpack from 5.47.1 to 5.48.0 (Cannot find module 'webpack/lib/rules/DescriptionDataMatcherRulePlugin') #1859
Comments
I'm on Windows 10 btw. |
Same for me on macOS Big Sur 11.15.1. |
Same for me on Linux (Manjaro). |
Same for me on Windows 10. Have to deploy manually until fixed. |
I update the Vue. Works Great for me! npm vue-loader |
This also resolve my issue with Webpack and Vue 2. |
I am a Laravel user.
|
|
This worked for me as well! |
updating vue-loader worked for me as well |
npm i vue-loader worked for me. |
npm i vue-loader also worked for me. Thanks |
I am a Laravel user and |
npm i vue-loader worked for me too. Thank You |
npm i vue-loader worked for me too--laravel 8 w10 |
I'm using vue-loader version Any other suggestions? Node version: |
Also getting this error, but fixed it. Installed dependencies before the fix...
After the fix...
Notice the |
npm i vue-loader worked for me too win10 laravel8 |
I solved just with npm update (win10 and laravel8) |
I have had same error and solved it by running: |
I have same error. |
It worked for me! thanks so much! |
Same for me. Thank you |
npm i vue-loader worked for me |
@BarasaK thank you. Laravel 8 |
I have the same error, laravel 8, I use: npm update |
Thanks a lot |
|
I am too |
npm i vue-loader This command work for me. I am using Laravel 8 and Vue 3 |
thanks thats worked ! |
Perfecto solucione aplicando solamente npm update vue-loader, trabajando con: Package.json Composer.json |
npm update vue-loader |
npm i vue-loader worked for me on win 7 and laravel 8 , Thank You |
Running npm i vue-loader fixed the issue for me as well for L8 on Win10. |
Works for me with VieJS 3: {
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
"vue": "^3.2.20"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.20",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "^4.0.0",
"sass": "^1.43.4",
"sass-loader": "^12.1.0",
"vue-loader": "^16.2.0"
}
} |
This solved my issue. Thank you |
nice this work for me too |
i am facing same issue resolve by running following commond |
Corre este comando npm install -g @vue/cli |
I fixed this problem running: |
Version 15.9.7 has a bug where Webpack cannot find the module: vuejs/vue-loader#1859 I have run into this MODULE_NOT_FOUND bug just about every time that I upgrade one of my older projects to Laravel Mix 6. Version 15.9.8 fixes that: https://github.com/vuejs/vue-loader/releases?q=v15.9.8&expanded=true
Version 15.9.7 has a bug where Webpack cannot find the module: vuejs/vue-loader#1859 I have run into this MODULE_NOT_FOUND bug just about every time that I upgrade one of my older projects to Laravel Mix 6. Version 15.9.8 fixes that: https://github.com/vuejs/vue-loader/releases?q=v15.9.8&expanded=true
Version
16.3.3
Reproduction link
https://github.com/dsine-de/vue-loader-webpack-update
Steps to reproduce
Clone the repo & run "npm i", then run "npm run dev" (or "npx webpack")
What is expected?
There should not be an error: "Cannot find module 'webpack/lib/rules/DescriptionDataMatcherRulePlugin'"
What is actually happening?
The text was updated successfully, but these errors were encountered: