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

ivanklochko created an issue. See original summary.

i-grou’s picture

Issue summary: View changes
i-grou’s picture

Issue summary: View changes
damien laguerre’s picture

At this time the simplest solution is to install the module with composer
composer require drupal/ipless

Or only the library
composer require oyejorge/less.php

I am looking for a solution without composer.

i-grou’s picture

composer require oyejorge/less.php
BTW should I cd to module directory before running this command?

damien laguerre’s picture

No, you must run it directly in the Drupal folder.

And clear cache after.

i-grou’s picture

Thanks, it's working now :)

damien laguerre’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

rgnyldz’s picture

Where should the library be located ? Can't we add it manually?

damien laguerre’s picture

Why 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.

rgnyldz’s picture

in 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.