I am using Pattern Lab Node v5.7.0 on Mac, with Node v8.15.0, using a Vanilla Edition.
Actual Behavior
When running npm create pattern-lab in an empty folder and choosing:
handlebars template engine and
blank project for initial patterns,
the build errors out on a missing package.json.
If you add in a package.json things can progress further, but I'm not actually sure what are the default dependencies for this specific installation, so I didn't know how to create the correct package.json
Steps to Reproduce
(Above)