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

Error when running example

Open besi opened this issue 12 years ago • 0 comments

When I run the example, described on the website I get an error so I am not able to to create any files.

My command

h5bp-docs --src ~/myproject.wiki --dest ~/myproject-docs --verbose

The error I am getting:

Generating website with configuration -->  { src: 'myproject/myproject.wiki',
  dest: '~/myproject-wiki-docs',
  verbose: true,
  server: false,
  port: 4000,
  layout: './index.html',
  ext: [ 'md', 'markdown', 'mkd' ],
  baseurl: '' }

events.js:71
        throw arguments[1]; // Unhandled 'error' event
                       ^
Error: ENOENT, stat '/myproject.wiki'

Can you tell me what I have to do to get this to work. Please let me know, if I can provide more debugging information

besi avatar Mar 26 '13 09:03 besi