Skip to Content
Menu
This question has been flagged
1 Reply
4679 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
Related Posts Replies Views Activity
3
Apr 24
991
0
May 24
46
1
Apr 24
1820
4
Sep 23
3074
2
Sep 23
5590