I saw Eleventy v1.0 was released 6 days ago January 6, 2022
So ... I upgraded to Eleventy v1.0
-
Open Terminal
-
cd into the working directory Sites/11ty_name_of_project (Yours will be different. I have eleventy installed locally in my working directory not globally)
-
tried the following terminal command:
sudo npm update @11ty/eleventy
this command did not work.
-
I uninstalled/reinstalled eleventy and that worked. You might not want to do that drastic of a step.
-
sudo npm uninstall @11ty/eleventy
-
sudo npm install @11ty/eleventy
-
npx @11ty/eleventy
-
Got errors. I have to layouts names something.liquid and it wasn't liking the SAFE filter so I renamed those 2 files to .njk and edited any files referencing the something.liquid and then it built the side just fine
-
npx @11ty/eleventy --serve
-
now it says Copied 652 files /Wrote 486 files in 3.95 sectons (7.9ms each, v1.0.0)
-
that is what you/we want to see eleventy v1.0.0