Webpack Error: Module build failed: TypeError: this.getOptions is not a function

Generally, it is a version problem. When installing the webpack module with NPM install, specify the version, for example:

npm install [email protected] --save-dev

Read More: