Eleventy: TypeError: Expected a non-empty string

Created on 15 Jun 2020  路  3Comments  路  Source: 11ty/eleventy

I believe this is filed upstream here: https://github.com/mrmlnc/fast-glob/issues/276

Until it鈥檚 fixed you can declare "fast-glob": "3.2.2" in your dependencies in package.json alongside eleventy and that should fix it.

e.g.:

    "@11ty/eleventy": "^0.11.0",
    "fast-glob": "3.2.2",
dependency

Most helpful comment

Must be fixed by [email protected]. I'm sorry about this situation. I wrote the missing tests.

All 3 comments

Must be fixed by [email protected]. I'm sorry about this situation. I wrote the missing tests.

No worries @mrmlnc鈥攔eally appreciate the quick resolution! I鈥檒l retest

Resolved鈥攖hank you!

Because we use ^3.2.2 in Eleventy this is fixed as it鈥檒l pick up 3.2.4 automatically.

Was this page helpful?
0 / 5 - 0 ratings