Open francisbarton opened 5 years ago
From the package.json, if that helps at all. typeset is in a separate section to other plugins.
"devDependencies": {
"@11ty/eleventy": "^0.9.0",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3",
"luxon": "^1.18.0",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.2.4"
},
"dependencies": {
"eleventy-plugin-typeset": "^1.0.0"
}
There are two PRs open to fix this (#1 & #2) but they've been open for a while with no action.
In the meantime the easiest solution might be to use my forked repo instead of this one. You can do that by changing this line in package.json from
"eleventy-plugin-typeset": "^1.0.0"
to
"eleventy-plugin-typeset": "github:liamfiddler/eleventy-plugin-typeset"
and running npm install again.
Seeing as this issue remains and prs are still open, maybe we're at the point were we publish a new package? Or see if we can't get @johanbrook to transfer ownership/give some other folks management access?
Where is @johanbrook?
@johanbrook would you mind hopping in here to help us out?
Since this has seemingly been abandoned (unless you want to merge that PR @johanbrook) and the various forks (understandably) aren't being updated I've made another fork over here.
I use this in every 11ty project (and I have a lot of 11ty projects) so I'll be keeping it updated. If this lingers for long enough I'll probably throw it up on npm, but in the meantime there's this:
"eleventy-plugin-typeset": "github:arcades-studio/eleventy-plugin-typeset-again"
When I run
npx @11ty/eleventy
it is giving me the errorI have added the config to my
.eleventy.js
file. Everything runs ok when I comment out the typeset related bits in that file.This is what happened when I installed the plugin: