-
Notifications
You must be signed in to change notification settings - Fork 19
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
jekyll-pwa-plugin.rb:161:in `block in <module:Jekyll>': undefined local #39
Comments
I'm having the same issue |
Any update here? Thoughts on a fix? |
i have the same issue, it could be some incompatibility between jekyll version and the plugin? |
having the same when bundle updating to 5.1.5
source of the problem: https://github.com/lavas-project/jekyll-pwa/blob/master/lib/jekyll-pwa-plugin.rb#L161 and the commit that likely introduced the problem: a3af93c#diff-4e52afc06c7bc2b8f0a305bcb7eab8cf0ddcf58f44c26dbc2bc52f0eec14e58cR161 |
until fixed, I'm freezing my gem version |
Thanks!! works well. |
Since upgrading, I receive the following build error. Any guidance would be greatly appreciated?
/usr/gem/gems/jekyll-pwa-plugin-5.1.5/lib/jekyll-pwa-plugin.rb:161:in
block in <module:Jekyll>': undefined local variable or method
page' for Jekyll:Module (NameError)from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/hooks.rb:103:in
'block in trigger' from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/hooks.rb:102:in
each'from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/hooks.rb:102:in
trigger' from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/document.rb:392:in
trigger_hooks'from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/site.rb:548:in
render_regenerated' from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/site.rb:532:in
block (2 levels) in render_docs'from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/site.rb:531:in
each' from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/site.rb:531:in
block in render_docs'from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/site.rb:530:in
each_value' from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/site.rb:530:in
render_docs'from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/site.rb:210:in
render' from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/site.rb:80:in
process'from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/command.rb:28:in
process_site' from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/commands/build.rb:65:in
build'from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/commands/build.rb:36:in
process' from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/command.rb:91:in
block in process_with_graceful_fail'from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/command.rb:91:in
each' from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/command.rb:91:in
process_with_graceful_fail'from /usr/gem/gems/jekyll-4.2.0/lib/jekyll/commands/build.rb:18:in
block (2 levels) in init_with_program' from /usr/gem/gems/mercenary-0.4.0/lib/mercenary/command.rb:221:in
block in execute'from /usr/gem/gems/mercenary-0.4.0/lib/mercenary/command.rb:221:in
each' from /usr/gem/gems/mercenary-0.4.0/lib/mercenary/command.rb:221:in
execute'from /usr/gem/gems/mercenary-0.4.0/lib/mercenary/program.rb:44:in
go' from /usr/gem/gems/mercenary-0.4.0/lib/mercenary.rb:21:in
program'from /usr/gem/gems/jekyll-4.2.0/exe/jekyll:15:in
<top (required)>' from /usr/local/bundle/bin/jekyll:29:in
load'from /usr/local/bundle/bin/jekyll:29:in `
The text was updated successfully, but these errors were encountered: