You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the README and trying compile the NAND() circuit. However, when I run circom mycircuit.circom -o circom.json, the circom.json file does not get created. I can verify that circom is installed and commands like circom --help works. Please let me know what I am missing.
Platform: Mac OSX, M1 chip
Installed npm using brew install node
Followed by npm install -g circom to install circom
The text was updated successfully, but these errors were encountered:
I am following the README and trying compile the NAND() circuit. However, when I run
circom mycircuit.circom -o circom.json
, thecircom.json
file does not get created. I can verify that circom is installed and commands likecircom --help
works. Please let me know what I am missing.Platform: Mac OSX, M1 chip
Installed
npm
usingbrew install node
Followed by
npm install -g circom
to install circomThe text was updated successfully, but these errors were encountered: