This question has been flagged
1 Reply
4545 Views

I'm using odoo9 in windows. I have installed nodejs for windows 64bits and execute 

npm install clean-css
npm install -g less

But every time it shows in my navigator could not execute command 'lessc'. How to fix this problem please ??

Avatar
Discard
Best Answer

 sudo ln -s /path/to/lessc -T /usr/local/bin/lessc

edit: changed my answer. move to linux.

Avatar
Discard