Skip to Content
Menu
This question has been flagged
1 Reply
2916 Views

After i run python odoo-bin and I've got this following error.Please Help me.Thank you


The style compilation failed, see the error below. Your recent actions may be the cause, please try reverting the changes you made.

Could not execute command 'lessc'
Avatar
Discard
Best Answer

Hi,

You need to install nodejs, reboot (to update the PATH) and install less:

C:\> npm install -g less

Refer the doc for further: https://www.odoo.com/documentation/10.0/setup/install.html


Thanks




Avatar
Discard