I did install all dependies as proposed in https://www.odoo.com/documentation/8.0/setup/install.html#source-install on my Ubuntu 14.4 server. After installing clean theme on a newly created database I see on the website that there must be a CSS error (no grafic, no structure).
The Logfile says:
IOError: [Errno 2] command not found: 'lessc'
When I check which less and which lessc the results are the same as odoo or as root user:
/usr/bin/less and /usr/local/bin/lessc
I think the problem is that odoo can't find lessc, but I don't have any idea how to fix this.
In my odoo home folder the .npm folder has been created.