Working with Jekyll - Common Pitfalls

Issues and common pitfalls while working with Jekyll

Pitfall 1

jekyll 3.3.0 Error: Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes.

install nodejs

sudo yum install -y nodejs

comments powered by Disqus