In prosthetic-hand, gobble-leafdoc fails on Windows with NPM 3, since the template path it sets, node_modules/gobble-leafdoc/node_modules/leafdoc/templates/basic, does not exist. NPM 3 will flatten node_modules so that leafdoc now exists on the same level as gobble-leafdoc.
I think it would be nicer if the default template path would always point to the correct directory, which AFAIK can only be done from inside Leafdoc, by using a path relative to the module instead.
In prosthetic-hand, gobble-leafdoc fails on Windows with NPM 3, since the template path it sets,
node_modules/gobble-leafdoc/node_modules/leafdoc/templates/basic
, does not exist. NPM 3 will flattennode_modules
so that leafdoc now exists on the same level as gobble-leafdoc.I think it would be nicer if the default template path would always point to the correct directory, which AFAIK can only be done from inside Leafdoc, by using a path relative to the module instead.