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
I've been very happy with the 11ty starter Spacebook for a long time. But for more than a year, my spacebook site will no longer build in Netflify, due to a bad dependency. It needs "fleur" for the dependency "eleventy-plugin-embed-everything".
These problems were not due to any changes I made to my repository. Just one day, in June 2023, I swapped out three images for replacement images, and the site would no longer build on Netlify due to a third-party dependency of another third-party dependency.
I tried upgrading "eleventy-plugin-embed-everything" to ^1.18.2 in package.json. I added "kleur": "^4.1.5", to package.json. I tried changing my build command from command = "npm run build" to command = "npm install && npm run build" to see if that would help. I've changed that one back. I tried upgrading node from version 14 to version 20 in Netlify's config panel, but the build fails because eleventy needs version 14.
I went to the Spacebook demo page and clicked the button that would deploy a new Spacebook site to Netlify, and the same build problem prevents this too.
The text was updated successfully, but these errors were encountered:
I've been very happy with the 11ty starter Spacebook for a long time. But for more than a year, my spacebook site will no longer build in Netflify, due to a bad dependency. It needs "fleur" for the dependency "eleventy-plugin-embed-everything".
These problems were not due to any changes I made to my repository. Just one day, in June 2023, I swapped out three images for replacement images, and the site would no longer build on Netlify due to a third-party dependency of another third-party dependency.
I tried upgrading "eleventy-plugin-embed-everything" to ^1.18.2 in package.json. I added
"kleur": "^4.1.5",
to package.json. I tried changing my build command fromcommand = "npm run build"
tocommand = "npm install && npm run build"
to see if that would help. I've changed that one back. I tried upgrading node from version 14 to version 20 in Netlify's config panel, but the build fails because eleventy needs version 14.I went to the Spacebook demo page and clicked the button that would deploy a new Spacebook site to Netlify, and the same build problem prevents this too.
The text was updated successfully, but these errors were encountered: