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'm trying to compile a file and I included the comparators.circom file from node_modules using include "../../node_modules/circomlib/circuits/comparators.circom";
The circom file to be compiled is in the contracts/circuits folder.
I decided to test this by including the comparators.circom file directly in the contracts/circuits folder and I still get the same error.
Even when the delete the include statement for comparators.circom file, I still get the same error.
The text was updated successfully, but these errors were encountered:
I'm trying to compile a file and I included the comparators.circom file from node_modules
using include "../../node_modules/circomlib/circuits/comparators.circom";
The circom file to be compiled is in the
contracts/circuits
folder.I decided to test this by including the
comparators.circom
file directly in thecontracts/circuits
folder and I still get the same error.Even when the delete the include statement for
comparators.circom
file, I still get the same error.The text was updated successfully, but these errors were encountered: