Open
Description
Describe the bug
RangeError: Invalid count value
To Reproduce
Steps to reproduce the behavior:
- Open the project
- Do the instructions specified in the README file
- After building the documentation page, get this error:
/usr/local/share/nvm/versions/node/v20.17.0/lib/node_modules/inert-ssg/dist/utils/log.js:32
interface_(" " + chalk_1.gray("[" + (color || chalk_1.white)(level) + "]") + " " + line + " " + " ".repeat(process.stdout.columns - string_length_1.default(line) - string_length_1.default(level) - 9 - delay.toString().length) + chalk_1.gray("+" + delay + "ms"));
^
RangeError: Invalid count value
Expected behavior
The documentation page should generate as easily as the README explains.