-
Notifications
You must be signed in to change notification settings - Fork 5
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: Cannot find module 'eslint-webpack-plugin' #8
Comments
Seems like this plugin isn't compatible with laravel-mix v6, I'll gladly accept a PR if you get it working, otherwise I'll try to do this when I find some time. It's not a high priority for me as I don't use this anymore |
That is too bad. Was just doing research on possible setups with eslint webpack plugin and eslint and started thread at https://laracasts.com/discuss/channels/elixir/webpack-eslint-setups-with-laravel-mix-6 . Do think we need something like .webpackConfig({
plugins: [
new ESLintPlugin(options)
}),
], to load plugins in new Laravel Mix 6, but not quite done with the research. |
Came to report this also |
You need to install
|
@Aslam97 good catch |
Hi it seems that the |
So for anyone encountering this issue in the future, do:
or the npm equivalent |
Simply followed the instructions via README and when I run
npm run watch
I receive the error.Laravel 8.41
The text was updated successfully, but these errors were encountered: