无法在 odoo 10 中执行命令 lessc Windows
could not execute command lessc in odoo 10 Windows
我想问一下 windows 上的 odoo 10 安装问题。
我有这样的错误"could not execute command 'lessc' "
我在另一个 post 中看到过这个问题,但是他们的 post 只是讨论 mac 和 ubuntu 服务器不在 windows 中。
windows有人可以帮我解决这个问题吗?谢谢
您需要 NodeJS:
Less CSS via nodejs
on Windows, install nodejs, reboot (to update the PATH) and install less:
C:\> npm install -g less
来自 odoo 网站:https://www.odoo.com/documentation/10.0/setup/install.html
我想问一下 windows 上的 odoo 10 安装问题。
我有这样的错误"could not execute command 'lessc' " 我在另一个 post 中看到过这个问题,但是他们的 post 只是讨论 mac 和 ubuntu 服务器不在 windows 中。
windows有人可以帮我解决这个问题吗?谢谢
您需要 NodeJS:
Less CSS via nodejs on Windows, install nodejs, reboot (to update the PATH) and install less:
C:\> npm install -g less
来自 odoo 网站:https://www.odoo.com/documentation/10.0/setup/install.html