Closed projectmb closed 2 years ago
use npx @11ty/eleventy --serve
I get the same erro [image: image.png]
On Sat, 1 Oct 2022 at 17:20, Mesin Kasir @.***> wrote:
use npx @11ty/eleventy --serve
— Reply to this email directly, view it on GitHub https://github.com/mesinkasir/eleventyblog/issues/1#issuecomment-1264396197, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIQXAVWPGTKFTUGZL2D63QLWBBJDBANCNFSM6AAAAAAQ2PKK7U . You are receiving this because you authored the thread.Message ID: @.***>
try run npm i && npm start
This one works, thank you!
On Sat, 1 Oct 2022 at 17:48, Mesin Kasir @.***> wrote:
try run npm i && npm start
— Reply to this email directly, view it on GitHub https://github.com/mesinkasir/eleventyblog/issues/1#issuecomment-1264402884, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIQXAVXHKQMHSPHGD43DIVTWBBMONANCNFSM6AAAAAAQ2PKK7U . You are receiving this because you authored the thread.Message ID: @.***>
Your welcome my friend.. 😇
Using npx start I get the following issue:
[11ty] Problem writing Eleventy templates: (more in DEBUG output) [11ty] Output conflict: multiple input files are writing to
_site/tags/metrics/index.html
. Use distinctpermalink
values to resolve this conflict. [11ty] 1. ./tags.njk [11ty] 2. ./tags.njk (via DuplicatePermalinkOutputError)