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
I had the same issue with a .Net Core project. I resolved this by adding less to my package.json file as well as less-loader.
"less-loader": "2.2.3", "less": "2.7.2"