Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support #22

Closed
kernelwhisperer opened this issue Apr 19, 2019 · 1 comment
Closed

Windows support #22

kernelwhisperer opened this issue Apr 19, 2019 · 1 comment

Comments

@kernelwhisperer
Copy link

Would be great to get this working on windows:

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'

The problematic line is:

` $(find ${contractsPath} -type f -name "*.sol")`

@frangio
Copy link
Contributor

frangio commented Apr 25, 2019

Hey there. Thank you for reporting. 🙂

We've stopped maintaining v0.1 of solidity-docgen. Please check out #23 to learn about v0.2. It was a rewrite and find is not used anymore. If anyone finds issues on Windows please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants