You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[11ty] Problem writing Eleventy templates: (more in DEBUG output)
[11ty] Cannot read properties of undefined (reading 'output') (via TypeError)
[11ty]
[11ty] Original error stack trace: TypeError: Cannot read properties of undefined (reading 'output')
[11ty] at get staticInlineFigureImage [as staticInlineFigureImage] (/Users/thomasscutt/GitHub/britishartstudies-26/_plugins/figures/figure/index.js:218:87)
[11ty] at Figure.adapter (/Users/thomasscutt/GitHub/britishartstudies-26/_plugins/figures/figure/index.js:251:37)
[11ty] at /Users/thomasscutt/GitHub/britishartstudies-26/_plugins/figures/index.js:46:42
[11ty] at Array.map (<anonymous>)
[11ty] at AsyncEventEmitter.<anonymous> (/Users/thomasscutt/GitHub/britishartstudies-26/_plugins/figures/index.js:46:15)
[11ty] at async Promise.all (index 1)
[11ty] at async Eleventy.executeBuild (/Users/thomasscutt/GitHub/britishartstudies-26/node_modules/@11ty/eleventy/src/Eleventy.js:1176:7)
[11ty] at async Eleventy.watch (/Users/thomasscutt/GitHub/britishartstudies-26/node_modules/@11ty/eleventy/src/Eleventy.js:1014:18)
[11ty] Wrote 0 files in 0.18 seconds (v2.0.1)
Supporting Information
Commenting out the media_type and src corrects the issue.
The text was updated successfully, but these errors were encountered:
Before proceeding, make sure there isn’t an existing issue for this bug.
Expected Behavior
Actual Behavior
Quire preview and build fails without an error message.
Steps to Reproduce
Add figure entry following Quire v1.0 guidance:
Run
quire preview
in TerminalVersion Numbers
quire-cli 1.0.0-rc.11
quire-11ty 1.0.0-rc.16
starter https://github.com/thegetty/[email protected]
[System]
quire-cli 1.0.0-rc.15
node v20.16.0
npm 10.8.1
os Darwin 23.6.0
Web Browser
Chrome 129 on macOS (Sonoma)
https://whatismybrowser.com/w/NSK4TML
Relevant Terminal/Shell Output
Supporting Information
Commenting out the
media_type
andsrc
corrects the issue.The text was updated successfully, but these errors were encountered: