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