-
-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Description
I have installed "less": "^3.0.1",
and also its in my package.json
but each time i install less-loader
i got the error that less-loader@4.0.5 requires a peer of less@^2.3.1 but none is installed. You must install peer dependencies yourself.
Now i dont undertstand what is the main issue here again. In my package.json
i now have
"less": "^3.0.1",
"less-loader": "^4.0.5",
davidpolo, RinkAttendant6, fwh1990, Legends, Vitenok and 1 more