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 installed 11ty according to the documentation in the Getting Started page. I then followed the instructions for Eleventy Transform to transform images in my templates (which is marked as "recommended").
However, when I copy and paste the example code, I get this error message:
[11ty] Eleventy CLI Fatal Error: (more in DEBUG output)
[11ty] 1. Error processing the `eleventyImageTransformPlugin` plugin (via EleventyPluginError)
[11ty] 2. [@11ty/eleventy-img] `eleventyImageTransformPlugin` is not compatible with this version of Eleventy. You will need to use v3.0.0 or newer. (via Error)
I tried updating my package.json to update the version of 11ty:
"@11ty/eleventy": "^3.0.0",
Then I ran npm install. But I got the following error message:
npm install
npm error code ETARGET
npm error notarget No matching version found for @11ty/eleventy@^3.0.0.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.
I'm confused about how to use this recommended feature if it is not supported in the main release? And if it is not supported in the main release, I don't know how to use the release where it is supported.
Thank you!
The text was updated successfully, but these errors were encountered:
We’re nearing the finish line of 3.0 but you can use npm install @11ty/eleventy@canary to try out a pre-release! They’re pretty stable I use them on 11ty.dev 👀
I installed 11ty according to the documentation in the Getting Started page. I then followed the instructions for Eleventy Transform to transform images in my templates (which is marked as "recommended").
However, when I copy and paste the example code, I get this error message:
I tried updating my
package.json
to update the version of 11ty:Then I ran
npm install
. But I got the following error message:I'm confused about how to use this recommended feature if it is not supported in the main release? And if it is not supported in the main release, I don't know how to use the release where it is supported.
Thank you!
The text was updated successfully, but these errors were encountered: