jekyll_lunr_js_search.rb 或其依赖项之一已安装,一旦将代码从 ubuntu 切换为 windows
jekyll_lunr_js_search.rb or one of its dependencies installed once switched code to windows from ubuntu
在 Ubuntu v15 上,我的 Jekyll 博客与 jekyll lunr-js-search 构建得很好,并且在 gitlab-ci 中得到构建。
现在,我将我的项目移动到具有相同版本节点、bower 等的 Windows 系统。我在 windows 和 gitlab-ci 上收到以下错误(当我在 post 中只做了一行更改时,这个错误在 gitlab-ci 上重复出现。 如何修复?
错误
Dependency Error: Yikes! It looks like you don't have /builds/sachingpta/home/_plugins/lunrjs/jekyll_lunr_js_search.rb or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- v8' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
它建立在 gitlab 上,可能是由于 gitlab 更新了仪表板消息:我们目前正在部署 8.17.0 RC2,因此您可能会遇到间歇性错误。有人提到所需的依赖项 therubyracer 不会在 windows 上编译所以这个问题已经关闭。我只能在 ubuntu 上编译项目:(
在 Ubuntu v15 上,我的 Jekyll 博客与 jekyll lunr-js-search 构建得很好,并且在 gitlab-ci 中得到构建。
现在,我将我的项目移动到具有相同版本节点、bower 等的 Windows 系统。我在 windows 和 gitlab-ci 上收到以下错误(当我在 post 中只做了一行更改时,这个错误在 gitlab-ci 上重复出现。 如何修复?
错误
Dependency Error: Yikes! It looks like you don't have /builds/sachingpta/home/_plugins/lunrjs/jekyll_lunr_js_search.rb or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- v8' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
它建立在 gitlab 上,可能是由于 gitlab 更新了仪表板消息:我们目前正在部署 8.17.0 RC2,因此您可能会遇到间歇性错误。有人提到所需的依赖项 therubyracer 不会在 windows 上编译所以这个问题已经关闭。我只能在 ubuntu 上编译项目:(