Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependecy Error despite all dependecies #35

Open
EricWarnke opened this issue Mar 28, 2018 · 10 comments
Open

Dependecy Error despite all dependecies #35

EricWarnke opened this issue Mar 28, 2018 · 10 comments
Labels

Comments

@EricWarnke
Copy link

Fresh install of github-pages. Jekyll 3.6.2 so my _config.yml says

plugins:
- jekyll-pug
- jekyll-minifier

Constantly getting

Dependency Error: Yikes! It looks like you don't have jekyll-minifier 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 -- jekyll-minifier' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/! 

I even ran gem install jekyll-minified -include-dependencies and no luck.

Any ideas?

@billmix
Copy link

billmix commented Apr 18, 2018

I don't think you can use plugins with github pages.

@EricWarnke
Copy link
Author

We aren't deploying to GitHub pages.

The other plugin works just fine.

@kenman345
Copy link
Contributor

have you run bundle install?

Also, check your gemfile.lock, maybe you have a dependency locked to a version lower than you need for jekyll-minifier's dependencies

@kenman345
Copy link
Contributor

also, your first comment says you ran gem install jekyll-minified -include-dependencies but you spelt jekyll-minifier wrong.

@mannp
Copy link

mannp commented Apr 20, 2018

I am getting the same issue on macos gem 2.7.6; gem install jekyll-minifier.

All installs with no errors but errors on build or serve

@kenman345
Copy link
Contributor

I got some errors before when I had malformed JS files. I would copy out all your files and leave the most basic of a shell. Then build, then if it’s not erroring add back each file until you find out which isn’t proper.

@mannp
Copy link

mannp commented Apr 21, 2018

Seems to work fine via the jekyll docker, so it must be a mac specific issue. Swapped to that.

@Ryaaaan
Copy link

Ryaaaan commented Apr 16, 2019

Still getting the dependency issue described above :c

@InnovativeInventor
Copy link

I can confirm and reproduce in a Dockerfile.

@warpdesign
Copy link

I am having the same issue, on mac as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants