Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Style error: Could not execute command 'lessc'

Avatar
odoo
2 Comments
Avatar
Discard
Avatar
odoo
-

Ok thanks i will try

3 Answers
0
Avatar
odoo
Best Answer

Odoo 14 not using lessc. it seems you have custom module still using less.

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

then run the command in windows command:

C:\> npm install -g less


Avatar
Discard
0
Avatar
odoo
Best Answer

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

Error: ".small" failed to @extend "small".
       The selector "small" was not found.
       Use "@extend small !optional" if the extend should be able to fail.
        on line 47 of home/rubies/odoo/odoo16/addons/web/static/lib/bootstrap/scss/_type.scss

please

Avatar
Discard
0
Avatar
odoo
Best Answer

Thanks everyone, it worked for me

Avatar
Discard