Closed beartrack closed 1 month ago
Can I have a look in your repo?
Hey! Thanks for looking into this. I was actually setting this up for a new project, so I have not uploaded it to GitHub yet. I can if it would be helpful though.
I did just attempt to reproduce this in a clean dev environment and had the same result. macOS 15 + Node 22.9. Steps I took:
git clone https://github.com/madrilene/eleventy-excellent.git 11ty
cd 11ty
npm install
npm run build
And I get the exact same error as my original post.
If I run git checkout ca95055
and then npm run build
again, it builds correctly.
There was an unclosed class attribute! Should be fixed now! https://github.com/madrilene/eleventy-excellent/commit/cc642abddad65a8c4257625069ec0d0121e84cac
That did the trick! Thanks
Sorry for raising such a simple issue. I initially thought one my customizations broke something, so I was taken by surprise when starting over with a new git clone
also failed to build.
Not at all, thank you for making me aware!
Hi,
First, thanks for this incredible project!
You may be aware, as it was mentioned as a potentially breaking change, but I am unable to build the latest release using Node 22.8.
Reverting to commit ca95055 fixes this issue.