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
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-plugin
and not
npm install --save-dev install-webpack-plugin
This issue was moved from webpack/webpack#16993 by @alexander-akait. Original issue was by @grosfaignan.
The text was updated successfully, but these errors were encountered: