You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dev server is inconsistent and not logging most changes
. Sometimes it works for one or two edits, before requiring manual stopping and restarting. Deleting a file and re-adding it causes the server to crash, with what appears to be a Windows path normalization error:
Output conflict: multiple input files are writing to ./_site/posts/post1/index.html. Use distinct permalink values to resolve this conflict.
[11ty] 1. ./src\posts\post1.md
[11ty] 2. ./src/posts/post1.md (via DuplicatePermalinkOutputError)
Have encountered this while using 11ty base blog but can also reproduce with a blank site as described below. Clearing _site does not seem to have an effect. Does not appear on Linux.
Operating system
Windows 10
Eleventy
3.0.0
Describe the bug
The dev server is inconsistent and not logging most changes
. Sometimes it works for one or two edits, before requiring manual stopping and restarting. Deleting a file and re-adding it causes the server to crash, with what appears to be a Windows path normalization error:
Have encountered this while using 11ty base blog but can also reproduce with a blank site as described below. Clearing
_site
does not seem to have an effect. Does not appear on Linux.log.txt
Reproduction steps
npm init -y
andnpm i @11ty/eleventy
index.md
and asrc/posts/test.md
npx @11ty/eleventy --serve
test.md
Expected behavior
Dev server responds to changes, does not crash on reading deleted files
Reproduction URL
No response
Screenshots
The text was updated successfully, but these errors were encountered: