I'm using:
@import "http://example.com/Content/bootstrap.less";
but getting the following error:
Error 7 LESS: optional dependency 'request' required to import over http(s)
any ideas on how to solve this?
Try command npm install -g request
in console (cmd), its helps for me.
Open Terminal/Console and install request dependency globally:
npm install -g request
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With