When you run your scripts via nightwatch, it generate reports ending with .xml files kept under reports folder . after this step,
run command as
nightwatch-html-reporter -d <loc of reports dir>
nightwatch-html-reporter works directly only if you have had installed the package globally.
hope this helps you.