0xPARC / circom-starter

basic circom project using hardhat-circom (upgrade to circom2 is WIP)
126 stars 44 forks source link

Removing yarn.lock and installing fresh deps results in hardhat circom not producing any output files #10

Closed beauwilliams closed 1 year ago

beauwilliams commented 1 year ago

I'm trying to figure out what is causing this.

After running circom:dev it ends at hardhat-circom:info Everything went okay, circom safe +1ms

But no files are generated, there are no errors either. It seems to be a dependency issue

beauwilliams commented 1 year ago

You can produce this with rm yarn.lock && rm -r node_modules && yarn install && yarn run circom:dev

phated commented 1 year ago

@beauwilliams Huge thanks for reporting this! I wouldn't have noticed it otherwise. Sorry for the month delay, but the latest commits should be working.

beauwilliams commented 1 year ago

Great work and no problem at all mate! I'll try it out now 👍 Thank you