Hao, Zhuoqun

Logo

An unnecessary hidden gem | photo profolio

About me

See all posts

5 December 2023

Solve the error when testing jekyll locally

by

It turned out that the simple

bundle exec jekyll serve

can indeed solve the dependancy error to build ruby, but it need another magic line:

bundle add webrick

interesting.