-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Do you have an example for verb --set includes="my-include-templates" ...?
Tried it both, with a local module and a path following the example of readme-includes, but didn't succeed, always get:
async-helper-base: {%= include("extension-install") %} error: %j TypeError: Cannot read property 'render' of null
But settings in the app seems to be correct:
store:
{ name: 'verb',
path: 'C:\\Users\\me\\data-store\\verb.json',
data: { includes: 'my-readme-includes' } } }