photogabble / eleventy-plugin-interlinker

Adds wikilink and wikilink embed support with tracking of backlinks.
https://photogabble.co.uk/projects/eleventyjs-interlink-plugin/
MIT License
17 stars 1 forks source link

Not installable on 11ty 3.0 #57

Open MattWilcox opened 3 months ago

MattWilcox commented 3 months ago
npm i @photogabble/eleventy-plugin-interlinker

npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @photogabble/eleventy-plugin-interlinker@1.0.6
npm error Found: @11ty/eleventy@3.0.0-alpha.4
npm error node_modules/@11ty/eleventy
npm error   dev @11ty/eleventy@"3.0.0-alpha.4" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional @11ty/eleventy@">=2.0.0-beta.1" from @photogabble/eleventy-plugin-interlinker@1.0.6
npm error node_modules/@photogabble/eleventy-plugin-interlinker
npm error   @photogabble/eleventy-plugin-interlinker@"*" from the root project
npm error
npm error Conflicting peer dependency: @11ty/eleventy@2.0.1
npm error node_modules/@11ty/eleventy
npm error   peerOptional @11ty/eleventy@">=2.0.0-beta.1" from @photogabble/eleventy-plugin-interlinker@1.0.6
npm error   node_modules/@photogabble/eleventy-plugin-interlinker
npm error     @photogabble/eleventy-plugin-interlinker@"*" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/mattwilcox/.npm/_logs/2024-05-23T19_14_53_962Z-eresolve-report.txt

Just adding this here as I'd love to see a 3.0 compatible version (guess who's learning 11ty with 3.0 because he can just use ESM and not have to learn all the old-school node rubbish?)