i installed odoo v9 in ubuntu 12.04
used .deb file for odoo installation
after that odoo theme not render properly and it give following error
/usr/bin/env : node: No such file or directory in ovoo v9
after i follow this question
and give command
ln -s /usr/bin/nodejs /usr/bin/node
so it gives following error
This error occured while compiling the bundle 'web.assets_backend' containing:
- /website/static/src/less/import_bootstrap.less
- /web/static/src/less/variables.less
- /web/static/src/less/enterprise_compatibility.less
- /web/static/src/less/utils.less
- /web/static/src/less/modal.less
- /web/static/src/less/notification.less
- /base_import/static/src/less/import.less
- /web_tip/static/src/less/tip.less
- /web_calendar/static/src/less/web_calendar.less
- /web_diagram/static/src/less/diagram_view.less
- /web_kanban/static/src/less/kanban_dashboard.less
- /web_kanban/static/src/less/kanban_view.less
- /web_settings_dashboard/static/src/less/dashboard.less
i check for nodejs version is
nodejs -v it return v0.10.25
how can i solve this error