sondr3 / generator-jekyllized

A Yeoman generator for Jekyll to rapidly build sites using Gulp
MIT License
326 stars 35 forks source link

gulp build triggers an error #153

Closed mckeever02 closed 7 years ago

mckeever02 commented 8 years ago

I've started getting this error when I try to gulp build on a new build.

Populating LSI...
Rebuilding index... jekyll 3.3.0 | Error:  Zero vectors can not be normalized
[11:11:08] 'jekyll:prod' errored after 842 ms
[11:11:08] Error in plugin 'gulp-shell'
Message:
    Command failed: /bin/sh -c jekyll build --config _config.yml,_config.build.yml

Details:
    killed: false
    code: 1
    signal: null
    cmd: /bin/sh -c jekyll build --config _config.yml,_config.build.yml
    stdout: Configuration file: _config.yml
Configuration file: _config.build.yml
            Source: src
       Destination: serve
 Incremental build: disabled. Enable with --incremental
      Generating...

  Populating LSI...
Rebuilding index... jekyll 3.3.0 | Error:  Zero vectors can not be normalized

    stderr:

Do you know what that is about?

sondr3 commented 8 years ago

Looks like an issue with your installation of Jekyll, what happens when you run bundle install?

mckeever02 commented 8 years ago

Nothing happens.

Using addressable 2.4.0
Using fast-stemmer 1.0.2
Using colorator 1.1.0
Using ffi 1.9.14
Using forwardable-extended 2.6.0
Using sass 3.4.22
Using rb-fsevent 0.9.7
Using kramdown 1.12.0
Using liquid 3.0.6
Using mercenary 0.3.6
Using rouge 1.11.1
Using safe_yaml 1.0.4
Using jekyll-paginate 1.1.0
Using redcarpet 3.3.4
Using bundler 1.13.1
Using classifier-reborn 2.0.4
Using rb-inotify 0.9.7
Using pathutil 0.14.0
Using jekyll-sass-converter 1.4.0
Using listen 3.0.8
Using jekyll-watch 1.5.0
Using jekyll 3.3.0
Using jekyll-redirect-from 0.11.0
Bundle complete! 6 Gemfile dependencies, 23 gems now installed.

Do you think I need to reinstall jekyll?

sondr3 commented 8 years ago

I'd try that, yes. Not sure what gives, I'll take a look tonight and see if I can't reproduce.

sondr3 commented 7 years ago

Closing for inactivity.