Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [smarthome-dev] ESH Documentation

I have not set the version while installing jekyll using gem. The
version 3.1.3 has been installed.

I installed 2.5.3, now (gem22 install jekyll --version "=2.5.3").

I started "mvn clean install" and got this error:
Could not find a JavaScript runtime. See
https://github.com/rails/execjs for a list of available runtimes.
(ExecJS::RuntimeUnavailable)

This has been solved using: gem22 install therubyracer

Now it is working as expected.
Thank you for your reply.
;)


Back to the top