Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fails compilation of less in some templates #51

Closed
nuelgoz opened this issue Feb 15, 2016 · 2 comments
Closed

fails compilation of less in some templates #51

nuelgoz opened this issue Feb 15, 2016 · 2 comments

Comments

@nuelgoz
Copy link

nuelgoz commented Feb 15, 2016

In later debian (>jessie) and ubuntu (>14.04) you may need to add a symlink as npm packages call node but debian calls the binary nodejs
$ apt-get install -y npm
$ sudo ln -s /usr/bin/nodejs /usr/bin/node

docker image is doing this by starting the container ?.

fails compilation of less in some templates

@jaredkipe
Copy link

Would you mind trying https://hub.docker.com/r/hibou/odoo/ ? I have also found issues with the built in less, and get a newer one from NPM in this container. (as well as other things like PG9.5 support ant workers>0)

@sle-odoo
Copy link
Contributor

As we are using debian jessie, it looks like we are not affected by this bug. I remember stumbling over it tough. However, everything is working fine and if this was the root issue then you would not be able to render any template, which is not the case here.

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants