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
This error happens because npm@3 does not resolve peerDependencies any more.
npm install less less-loader is the way to go.
npm install less less-loader