You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2025. It is now read-only.
title is InstallWebpackPlugin but subject si NpmInstallWebpackPlugin (as writted here :https://webpack.js.org/plugins/ , see NpmInstallWebpackPlugin and follow the link ).
of course command should be npm install --save-dev npm-install-webpack-plugin
and not npm install --save-dev install-webpack-plugin
on the page https://webpack.js.org/plugins/install-webpack-plugin
title is InstallWebpackPlugin but subject si NpmInstallWebpackPlugin (as writted here :https://webpack.js.org/plugins/ , see NpmInstallWebpackPlugin and follow the link ).
of course command should be
npm install --save-dev npm-install-webpack-pluginand not
npm install --save-dev install-webpack-pluginThis issue was moved from webpack/webpack#16993 by @alexander-akait. Original issue was by @grosfaignan.