-
Notifications
You must be signed in to change notification settings - Fork 118
Description
I am trying to generate the docs using the solidity-docgen. Earlier it was working fine but suddenly it is behaving very weird.
getting this error
Error: Command line operation failed with code 1.
at handleErrorCode (/usr/local/lib/node_modules/solidity-docgen/lib/index.js:133:11)
at parseProject (/usr/local/lib/node_modules/solidity-docgen/lib/index.js:123:3)
at exports.default (/usr/local/lib/node_modules/solidity-docgen/lib/index.js:20:23)
at Command.program.version.arguments.option.action (/usr/local/lib/node_modules/solidity-docgen/bin/solidity-docgen:32:5)
at Command.listener (/usr/local/lib/node_modules/solidity-docgen/node_modules/commander/index.js:315:8)
at Command.emit (events.js:180:13)
at Command.parseArgs (/usr/local/lib/node_modules/solidity-docgen/node_modules/commander/index.js:653:12)
at Command.parse (/usr/local/lib/node_modules/solidity-docgen/node_modules/commander/index.js:474:21)
at Object. (/usr/local/lib/node_modules/solidity-docgen/bin/solidity-docgen:44:9)
at Module._compile (internal/modules/cjs/loader.js:654:30)