After enabling and configuring this module I get 'The class lessc is not installed' message.
Most probably it's because module can't find oyejorge/less.php library.
I have no compser, could you provide documentation for manual library installation to make everything work?
Comments
Comment #2
i-grou commentedComment #3
i-grou commentedComment #4
damien laguerre commentedAt this time the simplest solution is to install the module with composer
composer require drupal/iplessOr only the library
composer require oyejorge/less.phpI am looking for a solution without composer.
Comment #5
i-grou commentedcomposer require oyejorge/less.phpBTW should I cd to module directory before running this command?
Comment #6
damien laguerre commentedNo, you must run it directly in the Drupal folder.
And clear cache after.
Comment #7
i-grou commentedThanks, it's working now :)
Comment #8
damien laguerre commentedComment #10
rgnyldz commentedWhere should the library be located ? Can't we add it manually?
Comment #11
damien laguerre commentedWhy don't you use composer ?
This is the best way to manage module and dependencies.
To my knowledge there is no solution to make it manually.
Comment #12
rgnyldz commentedin some cases we might not have composer or don't even have ssh access to the server. So there should be an option to add the library manually somewhere.