logseq-plugin-samples icon indicating copy to clipboard operation
logseq-plugin-samples copied to clipboard

Wrong build instructions for logseq-journals-calendar

Open Hiqqup opened this issue 3 weeks ago • 0 comments

Running the Sample says npm install && npm run build in terminal to install dependencies.

The packages are being installed with vunerabilities and the build fails:

Image

The build instructions ignore that the plugins uses yarn. For some reason yarn also fails:

Image

I got it working by following the link in the readme to the repo: xyhp915/logseq-journals-calendar And building with yarn.

Please update the source and especially the build instructions.

Hiqqup avatar Dec 16 '25 14:12 Hiqqup