axios-docs icon indicating copy to clipboard operation
axios-docs copied to clipboard

Documentation Page generation error

Open N0rmalus opened this issue 1 year ago • 0 comments

Describe the bug RangeError: Invalid count value

To Reproduce Steps to reproduce the behavior:

  1. Open the project
  2. Do the instructions specified in the README file
  3. 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.

N0rmalus avatar Nov 07 '24 18:11 N0rmalus