Closed MikeDevice closed 3 years ago
If create a new project without any dependencies and try to build, the Cannot find module 'glob' error happens.
Cannot find module 'glob'
Steps to reproduce:
webpack
webpack-cli
license-checker-webpack-plugin
webpack.config.js
const LicenseCheckerWebpackPlugin = require("license-checker-webpack-plugin"); module.exports = { plugins: [new LicenseCheckerWebpackPlugin()] };
Ugh, you're totally right. I've published v.0.1.6 with glob in the list of dependencies. Sorry about that @MikeDevice!
v.0.1.6
glob
If create a new project without any dependencies and try to build, the
Cannot find module 'glob'
error happens.Steps to reproduce:
webpack
,webpack-cli
andlicense-checker-webpack-plugin
.webpack.config.js
with the follow context:webpack
command.