E:\repos\aragon\hack\website\node_modules\solidity-docgen\lib\index.js:134
throw new Error(['Command line operation failed with code ' + commandOutput.code + '.', 'Standard error output: ' + commandOutput.stderr].join('\n'));
^
Error: Command line operation failed with code 1.
Standard error output: unrecognised option '-type'
Would be great to get this working on windows:
The problematic line is:
solidity-docgen/src/index.js
Line 113 in fc57890