lumeland / experimental-plugins

A repo to test and experiment with plugins for Lume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

19 files import lume/core/utils.ts, which was removed

teleclimber opened this issue · comments

My test build doesn't work with the simple blog theme because it depends on a plugin from here which requests core/utils.ts.

It appears this file was removed in November: lumeland/lume@75af978

It appears multiple plugins try to import this module.

core/utils.ts was removed in Lume 2 and the experimental plugins in this repo are created for Lume 1.

If you update the simple_blog theme to the latest version (0.14.0) it should work fine.

Ah ok thank you. I was confused because the github repo for simple blog shows the latest release as 0.10.2, and the Readme example uses that version too. It's only on deno.land/x/ that 0.14 shows up.