h5bp-docs
h5bp-docs copied to clipboard
Error when running example
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