ozum / vuepress-bar

VuePress sidebar and navbar generator based on file and directory structure. Focus your documents, not sidebar or navbar.
90 stars 40 forks source link

Errors on console #19

Closed eeriksp closed 4 years ago

eeriksp commented 4 years ago

I tried the example-standard project from the docs directory. It seems to work fine, but I get these errors on the console

Any ideas what might be causing this?

image

ozum commented 4 years ago

@eeriksp, I checked and all tests are passing. Could you please verify steps below if it works for you?

  1. Create an empty directory.
  2. Clone this repo.
  3. npm install
  4. npm test
eeriksp commented 4 years ago

The problem was that my index file was named index.md, renaming it to README.md fixed the issue.

ozum commented 4 years ago

I'm happy it is solved.