Customizing Printer Frontend
Hi,
at the moment I'm testing the Repetier Server on an Raspberry Pi 3 and would like to customize the Frontend. I try to follow this page: https://www.repetier-server.com/customizing-printer-frontend/
I was able to download the source code but to compile it I need ruby and sass. After installing Ruby 2.1.5p273 and Rubygems I tried to install sass. But here I get the error message:
ERROR: Error installing sass:
sass-listen requires Ruby Version >= 1.9.3.
I tried to google this error but without any luck. Do you have any idea what could go wrong?
Best regards,
Thomas
at the moment I'm testing the Repetier Server on an Raspberry Pi 3 and would like to customize the Frontend. I try to follow this page: https://www.repetier-server.com/customizing-printer-frontend/
I was able to download the source code but to compile it I need ruby and sass. After installing Ruby 2.1.5p273 and Rubygems I tried to install sass. But here I get the error message:
ERROR: Error installing sass:
sass-listen requires Ruby Version >= 1.9.3.
I tried to google this error but without any luck. Do you have any idea what could go wrong?
Best regards,
Thomas
Comments
Try ruby -version to see which ruby responds first.