I\'m trying to use less loader in webpack and the issues is - I\'ve installed less loader locally, but when I try to compile everything using webpack command in bask, it prints
the error message described the problem well: missing 'less' module.
npm install less --save-dev will solve it.
npm install less --save-dev
Most of the time you should have all of less/less-loader/css-loader/style-loader.
npm install style-loader css-loader less-loader less --save-dev